patch-2.4.23 linux-2.4.23/include/asm-x86_64/proto.h

Next file: linux-2.4.23/include/asm-x86_64/ptrace.h
Previous file: linux-2.4.23/include/asm-x86_64/processor.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-x86_64/proto.h linux-2.4.23/include/asm-x86_64/proto.h
@@ -43,6 +43,8 @@
 extern void __show_regs(struct pt_regs * regs);
 extern void show_regs(struct pt_regs * regs);
 
+extern int apic_disabled;
+extern int acpi_disabled;
 
 #define round_up(x,y) (((x) + (y) - 1) & ~((y)-1))
 #define round_down(x,y) ((x) & ~((y)-1))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)