summaryrefslogtreecommitdiff
path: root/cputlb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01cputlb: move TLB handling to a separate fileBlue Swirl1-0/+63
Move TLB handling and softmmu code load helpers to cputlb.c, compile only for softmmu targets. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>