Author: pluto Date: Sun Jan 8 20:28:45 2006 GMT Module: SOURCES Tag: LINUX_2_6_14 ---- Log message: - <asm/smp.h> contains also generic code.
---- Files affected: SOURCES: kernel-hotfixes.patch (1.1.2.70.2.1 -> 1.1.2.70.2.2) ---- Diffs: ================================================================ Index: SOURCES/kernel-hotfixes.patch diff -u SOURCES/kernel-hotfixes.patch:1.1.2.70.2.1 SOURCES/kernel-hotfixes.patch:1.1.2.70.2.2 --- SOURCES/kernel-hotfixes.patch:1.1.2.70.2.1 Sun Jan 8 19:53:38 2006 +++ SOURCES/kernel-hotfixes.patch Sun Jan 8 21:28:39 2006 @@ -140,23 +140,6 @@ EXPORT_SYMBOL(ip_queue_xmit); EXPORT_SYMBOL(ip_send_check); +EXPORT_SYMBOL(sysctl_ip_default_ttl); -From: Shaohua Li <[EMAIL PROTECTED]> -Date: Wed, 30 Nov 2005 03:34:42 +0000 (-0800) -Subject: [PATCH] setting irq affinity is broken in ia32 with MSI enabled -X-Git-Tag: v2.6.15-rc4 -X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fe655d3a06488c8a188461bca493e9f23fc8c448 - -[PATCH] setting irq affinity is broken in ia32 with MSI enabled - -Setting irq affinity stops working when MSI is enabled. With MSI, move_irq -is empty, so we can't change irq affinity. It appears a typo in Ashok's -original commit for this issue. X86_64 actually is using move_native_irq. - -Signed-off-by: Shaohua Li <[EMAIL PROTECTED]> -Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> -Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> ---- - --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -2009,7 +2009,7 @@ static void ack_edge_ioapic_vector(unsig @@ -177,3 +160,21 @@ end_level_ioapic_irq(irq); } +--- a/include/linux/smp.h 2006-01-08 02:15:24.000000000 +0000 ++++ b/include/linux/smp.h 2006-01-08 20:49:58.053351752 +0000 +@@ -10,13 +10,14 @@ + + extern void cpu_idle(void); + ++#include <asm/smp.h> ++ + #ifdef CONFIG_SMP + + #include <linux/preempt.h> + #include <linux/kernel.h> + #include <linux/compiler.h> + #include <linux/thread_info.h> +-#include <asm/smp.h> + #include <asm/bug.h> + + /* ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/kernel-hotfixes.patch?r1=1.1.2.70.2.1&r2=1.1.2.70.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
