aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/assembler.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-09 05:32:10 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-09 05:31:36 -0400
commit183fe065652dbd64953afa9f389327e23e97967f (patch)
treee4853f2ab81e24c65baa9b777422f1a73dc3ce50 /include/asm-m32r/assembler.h
parente2079c43861f71b2deb78ee20e247ad954fdd67e (diff)
x86: build fix for "x86: fix C1E && nx6325 stability problem"
fix: arch/x86/kernel/acpi/boot.c: In function ‘dmi_ignore_irq0_timer_override’: arch/x86/kernel/acpi/boot.c:1443: error: implicit declaration of function ‘force_mask_ioapic_irq_2’ Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-m32r/assembler.h')
0 files changed, 0 insertions, 0 deletions
pan> #define IRQ_INTDMA_NUM 4 #define IRQ_INTCSI(n) (0x24 + (n)*4)/* CSI 0-2 transmit/receive completion */ #define IRQ_INTCSI_NUM 3 #define IRQ_INTSER(n) (0x25 + (n)*4) /* UART 0-2 reception error */ #define IRQ_INTSER_NUM 3 #define IRQ_INTSR(n) (0x26 + (n)*4) /* UART 0-2 reception completion */ #define IRQ_INTSR_NUM 3 #define IRQ_INTST(n) (0x27 + (n)*4) /* UART 0-2 transmission completion */ #define IRQ_INTST_NUM 3 #define NUM_CPU_IRQS 0x30 /* The MA1 has a UART with 3 channels. */ #define V850E_UART_NUM_CHANNELS 3 #endif /* __V850_MA1_H__ */