From: Rusty Russell Date: Tue, 26 Sep 2006 06:32:22 +0000 (-0700) Subject: [PATCH] x86: remove locally-defined ldt structure in favour of standard type X-Git-Tag: v2.6.19-rc1~1133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f4a3ec94281347e05c81eafefcfe5ea545c94c;p=pandora-kernel.git [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 Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed