]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit37125491b067763ce817ead79ad56dc3736288f6
tree1eafe968ec90ccac5aee8737cd8d9feb877b2c40
parent482336572bd2b1242a93be4c52f0bb9e0472a44c
[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