patch-2.1.132 linux/init/main.c
Next file: linux/ipc/shm.c
Previous file: linux/include/video/fbcon.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Fri Dec 18 09:33:39 1998
-  Orig file: 
v2.1.131/linux/init/main.c
-  Orig date: 
Wed Dec 16 10:32:56 1998
diff -u --recursive --new-file v2.1.131/linux/init/main.c linux/init/main.c
@@ -90,6 +90,7 @@
 extern void smp_setup(char *str, int *ints);
 #ifdef __i386__
 extern void ioapic_pirq_setup(char *str, int *ints);
+extern void ioapic_setup(char *str, int *ints);
 #endif
 extern void no_scroll(char *str, int *ints);
 extern void kbd_reset_setup(char *str, int *ints);
@@ -541,6 +542,7 @@
 	{ "nosmp", smp_setup },
 	{ "maxcpus=", smp_setup },
 #ifdef __i386__
+	{ "noapic", ioapic_setup },
 	{ "pirq=", ioapic_pirq_setup },
 #endif
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov