]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Thu, 24 Oct 2013 15:44:29 +0000 (15:44 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Thu, 24 Oct 2013 15:44:29 +0000 (15:44 +0000)
commit238b0483a71c6df8f126f48f8f86a020650d8548
treef2557649bc8b300fcc51576daef184f162d828ad
parent544234026d20f8f034ef760d2214931e8fb24d19
Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,
which would try to treat the previously-mapped interrupts from
fdt_decode_intr() as interrupt line numbers on the same parent PIC.
sys/dev/fdt/fdt_common.c