]> err.no Git - linux-2.6/blobdiff - drivers/lguest/x86/switcher_32.S
Rename switcher.S to x86/switcher_32.S
[linux-2.6] / drivers / lguest / x86 / switcher_32.S
similarity index 99%
rename from drivers/lguest/switcher.S
rename to drivers/lguest/x86/switcher_32.S
index 7c9c230cc845f184973e6eebea5beb9a41568735..a3d23f79cba47142445ed0882ae9d1a909f61c51 100644 (file)
@@ -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