mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
fix PCI_CORE irq number
SVN-Revision: 16622
This commit is contained in:
parent
19c12174ee
commit
161fe2c40c
@ -92,7 +92,7 @@
|
|||||||
#define AR71XX_PCI_IRQ_DEV0 (AR71XX_PCI_IRQ_BASE + 0)
|
#define AR71XX_PCI_IRQ_DEV0 (AR71XX_PCI_IRQ_BASE + 0)
|
||||||
#define AR71XX_PCI_IRQ_DEV1 (AR71XX_PCI_IRQ_BASE + 1)
|
#define AR71XX_PCI_IRQ_DEV1 (AR71XX_PCI_IRQ_BASE + 1)
|
||||||
#define AR71XX_PCI_IRQ_DEV2 (AR71XX_PCI_IRQ_BASE + 2)
|
#define AR71XX_PCI_IRQ_DEV2 (AR71XX_PCI_IRQ_BASE + 2)
|
||||||
#define AR71XX_PCI_IRQ_CORE (AR71XX_PCI_IRQ_BASE + 3)
|
#define AR71XX_PCI_IRQ_CORE (AR71XX_PCI_IRQ_BASE + 4)
|
||||||
|
|
||||||
extern u32 ar71xx_ahb_freq;
|
extern u32 ar71xx_ahb_freq;
|
||||||
extern u32 ar71xx_cpu_freq;
|
extern u32 ar71xx_cpu_freq;
|
||||||
|
Loading…
Reference in New Issue
Block a user