]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/lguest/x86/switcher_32.S
Move i386 part of core.c to x86/core.c.
[linux-2.6-omap-h63xx.git] / drivers / lguest / x86 / switcher_32.S
index a3d23f79cba47142445ed0882ae9d1a909f61c51..e66cec5ac2402ee5365e89d007065f5f85dd99f5 100644 (file)
@@ -48,7 +48,8 @@
 #include <linux/linkage.h>
 #include <asm/asm-offsets.h>
 #include <asm/page.h>
-#include "../lg.h"
+#include <asm/segment.h>
+#include <asm/lguest.h>
 
 // We mark the start of the code to copy
 // It's placed in .text tho it's never run here