[PATCH] x86: remove locally-defined ldt structure in favour of standard type
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Sep 2006 06:32:22 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:55 +0000 (08:48 -0700)
commit05f4a3ec94281347e05c81eafefcfe5ea545c94c
tree1eafe968ec90ccac5aee8737cd8d9feb877b2c40
parentc94a62aae6ebc99b416e55c023b6f5a1d19a400b
[PATCH] x86: remove locally-defined ldt structure in favour of standard type

arch/i386/kernel/reboot.c defines its own struct to describe an ldt entry: it
should use struct Xgt_desc_struct (currently load_ldt is a macro, so doesn't
complain: paravirt patches make it warn).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/reboot.c