Move i386 part of core.c to x86/core.c.
authorJes Sorensen <jes@sgi.com>
Mon, 22 Oct 2007 01:03:28 +0000 (11:03 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:51 +0000 (15:49 +1000)
commit625efab1cd3d4da4634dfe26df6b4005385397e2
treee08cd714edece430ae8a8aef894adfadbccc064a
parent56adbe9ddc935600c64635d6a55c260a63c67e4a
Move i386 part of core.c to x86/core.c.

Separate i386 architecture specific from core.c and move it to
x86/core.c and add x86/lguest.h header file to match.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/boot.c
drivers/lguest/Makefile
drivers/lguest/core.c
drivers/lguest/interrupts_and_traps.c
drivers/lguest/lg.h
drivers/lguest/segments.c
drivers/lguest/x86/core.c [new file with mode: 0644]
drivers/lguest/x86/switcher_32.S
include/asm-x86/lguest.h [new file with mode: 0644]