]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: pci: Do not assign irq 0 to pci device
authorBin Meng <bmeng.cn@gmail.com>
Wed, 15 Jul 2015 08:23:41 +0000 (16:23 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:51 +0000 (13:50 +0200)
commitc8397ed819928f2b4f082019c439431688e022e9
tree5a16a46bec8a6fca3eb7ce3378ac35adc3153f63
parent8abea5d9e26d0ce6a0d361a7470b10afb2f6ff5c
x86: pci: Do not assign irq 0 to pci device

IRQ 0 is reserved and should not be assigned to pci device.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/pci.c