patch-2.1.105 linux/arch/i386/kernel/io_apic.c

Next file: linux/drivers/Makefile
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.104/linux/arch/i386/kernel/io_apic.c linux/arch/i386/kernel/io_apic.c
@@ -616,7 +616,7 @@
 	entry.delivery_mode = dest_ExtINT;
 	entry.dest_mode = 1;				/* logical delivery */
 	entry.mask = 0;					/* unmask IRQ now */
-	entry.dest.logical.logical_dest = 0xff;		/* all CPUs */
+	entry.dest.logical.logical_dest = 0x01;		/* all CPUs */
 
 	entry.vector = IO_APIC_VECTOR(pin);		/* it's ignored */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov