aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86/switcher_32.S
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-10-22 11:03:25 +1000
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 15:49:50 +1000
commit1f4e1de4f23e158abf976a76e1d0fce6e39b532a (patch)
tree273ed888c82023888c5de00b6a36cd885ff47859 /drivers/lguest/x86/switcher_32.S
parentMove lguest guest support to arch/x86. (diff)
downloadlinux-dev-1f4e1de4f23e158abf976a76e1d0fce6e39b532a.tar.xz
linux-dev-1f4e1de4f23e158abf976a76e1d0fce6e39b532a.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/lguest/x86/switcher_32.S (renamed from drivers/lguest/switcher.S)2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/switcher.S b/drivers/lguest/x86/switcher_32.S
index 7c9c230cc845..a3d23f79cba4 100644
--- a/drivers/lguest/switcher.S
+++ b/drivers/lguest/x86/switcher_32.S
@@ -48,7 +48,7 @@
#include <linux/linkage.h>
#include <asm/asm-offsets.h>
#include <asm/page.h>
-#include "lg.h"
+#include "../lg.h"
// We mark the start of the code to copy
// It's placed in .text tho it's never run here