Rename switcher.S to x86/switcher_32.S
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2007 01:03:25 +0000 (11:03 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:50 +0000 (15:49 +1000)
commit1f4e1de4f23e158abf976a76e1d0fce6e39b532a
tree273ed888c82023888c5de00b6a36cd885ff47859
parent34b8867a034364ca33d0adb3a1c5b9982903c719
Rename switcher.S to x86/switcher_32.S

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>
drivers/lguest/Makefile
drivers/lguest/x86/switcher_32.S [moved from drivers/lguest/switcher.S with 99% similarity]