]> 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)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 16:36:22 +0000 (10:36 -0600)
commit6fc0e8a1fa7be0babaaeb6f171154ba26a8fa644
treeb62a30a13a57f77ce5d1f68fa6984478fbc64399
parent31a2dc69553136b01b51de23dd190c0f7b36de2a
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