summaryrefslogtreecommitdiff
path: root/drivers/lguest/x86
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell1-0/+350
lguest uses a "switcher" shim mapped high to bounce between host and guest. As lguest becomes less i386-centric, we separate this code into a subdir. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>