]> git.hungrycats.org Git - linux/commit
[PATCH] find_isa_irq_pin can't be __init
authorDave Jones <davej@redhat.com>
Sun, 10 Oct 2004 10:48:06 +0000 (03:48 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 10 Oct 2004 10:48:06 +0000 (03:48 -0700)
commitb6acbccb962ab3c09b266c4e06f4f59e8984d9d8
treed228afde03a807396d5e100b21d3b7a308f1c701
parenta31de51d821bbb0145f74f4f3dff2784216e6ec7
[PATCH] find_isa_irq_pin can't be __init

As spotted by one of our Fedora users, we sometimes
oops during shutdown (http://www.roberthancock.com/kerneloops.png)
because disable_IO_APIC() wants to call find_isa_irq_pin(),
which we threw away during init.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/io_apic.c