Displaying 2 results from an estimated 2 matches for "cpu_gdt_init".
2006 Feb 15
0
[PATCH] x86-64 linux: eliminate idt_table
...avirtualized guests, but there were still a couple of references to it left. The easiest
way to locate them was to get rid of the variable altogether. It depends on the previously submitted patch cleaning up
head.S (which, among other things, eliminated early_idt_handler). It also fixes the non-Xen cpu_gdt_init() handling (for
easier later merging).
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Nov 03
1
domU compilation failure on x86_64
...up64.c:38: error: incompatible types in
initialization
arch/xen/x86_64/kernel/setup64.c:38: error: initializer element is not
constant
arch/xen/x86_64/kernel/setup64.c:38: warning: data definition has no
type or storage class
arch/xen/x86_64/kernel/setup64.c:133: error: parse error before
"cpu_gdt_init"
arch/xen/x86_64/kernel/setup64.c:134: warning: return type defaults to `int''
arch/xen/x86_64/kernel/setup64.c:230: error: parse error before "check_efer"
arch/xen/x86_64/kernel/setup64.c:231: warning: return type defaults to `int''
arch/xen/x86_64/kernel/setup64.c:2...