Displaying 2 results from an estimated 2 matches for "f52fef6a1f2d".
2007 Apr 18
0
someone screwed something up
...virt_ops write_lgt_entry, write_gdt_entry and
write_idt_entry was type-corrected, so change lguest to match. We can
also use the "write_dt_entry" which was exported by that same cleanup
patch, rather than write our own.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r f52fef6a1f2d arch/i386/lguest/lguest.c
--- a/arch/i386/lguest/lguest.c Mon Mar 26 10:16:33 2007 +1000
+++ b/arch/i386/lguest/lguest.c Tue Mar 27 10:59:21 2007 +1000
@@ -362,30 +362,24 @@ static void __init lguest_init_IRQ(void)
irq_ctx_init(smp_processor_id());
}
-static inline void native_write_dt_entry(v...
2007 Apr 18
0
someone screwed something up
...virt_ops write_lgt_entry, write_gdt_entry and
write_idt_entry was type-corrected, so change lguest to match. We can
also use the "write_dt_entry" which was exported by that same cleanup
patch, rather than write our own.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r f52fef6a1f2d arch/i386/lguest/lguest.c
--- a/arch/i386/lguest/lguest.c Mon Mar 26 10:16:33 2007 +1000
+++ b/arch/i386/lguest/lguest.c Tue Mar 27 10:59:21 2007 +1000
@@ -362,30 +362,24 @@ static void __init lguest_init_IRQ(void)
irq_ctx_init(smp_processor_id());
}
-static inline void native_write_dt_entry(v...