diff options
author | aurelien <aurelien@cwb.io> | 2012-11-20 17:07:14 +0100 |
---|---|---|
committer | aurelien <aurelien@cwb.io> | 2012-11-20 17:07:14 +0100 |
commit | 5d8975d8907023d095a33cb34684804309cd9487 (patch) | |
tree | 706f495a26c371462e1fb1111722c885dfca3425 /libre/linux-libre/irq_cfg_pointer-3.6.6.patch | |
parent | a9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671 (diff) | |
parent | abdbc40260696149ba955f1cef74c0f6cce3e0ec (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre/irq_cfg_pointer-3.6.6.patch')
-rw-r--r-- | libre/linux-libre/irq_cfg_pointer-3.6.6.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libre/linux-libre/irq_cfg_pointer-3.6.6.patch b/libre/linux-libre/irq_cfg_pointer-3.6.6.patch new file mode 100644 index 000000000..32583c0ac --- /dev/null +++ b/libre/linux-libre/irq_cfg_pointer-3.6.6.patch @@ -0,0 +1,16 @@ +X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fapic%2Fio_apic.c;h=1817fa911024f07151d3edf91bd350722c9f79f8;hp=c265593ec2cdc3df35fda1586aaf91514fab62fa;hb=94777fc51b3ad85ff9f705ddf7cdd0eb3bbad5a6;hpb=3e8fa263a97079c74880675c451587bb6899e661 + +diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c +index c265593..1817fa9 100644 +--- a/arch/x86/kernel/apic/io_apic.c ++++ b/arch/x86/kernel/apic/io_apic.c +@@ -2257,6 +2257,9 @@ asmlinkage void smp_irq_move_cleanup_interrupt(void) + continue; + + cfg = irq_cfg(irq); ++ if (!cfg) ++ continue; ++ + raw_spin_lock(&desc->lock); + + /* |