Move register setup into i386_core.c
authorJes Sorensen <jes@sgi.com>
Mon, 22 Oct 2007 01:03:32 +0000 (11:03 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:52 +0000 (15:49 +1000)
commitd612cde060a005c1effb13d0f665448a04ce5f67
treee7d77ba966a7c1dad70433b23e6086a1b5e18159
parent511801dc31c095b2bfe3bf5c6a370dbe9b042a70
Move register setup into i386_core.c

Move setup_regs() to lguest_arch_setup_regs() in i386_core.c given
that this is very architecture specific.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
drivers/lguest/x86/core.c