summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/interrupts.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-23 02:13:30 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2015-11-13 14:46:18 (GMT)
commitda3fe247591e17dead357f05f69124c54aa13a01 (patch)
treeb508cd98120839f343e77980f4c02f8c5b151e0f /arch/x86/cpu/interrupts.c
parentbffeed0158bc5114a9542ff83c716e352841dcfb (diff)
downloadu-boot-da3fe247591e17dead357f05f69124c54aa13a01.tar.xz
x86: Rename pcat_ to i8254 and i8259 accordingly
Rename pcat_timer.c to i8254.c and pcat_interrupts.c to i8259.c, to match their header file names (i8254.h and i8259.h). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/interrupts.c')
-rw-r--r--arch/x86/cpu/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c
index addd26e..b00ddc0 100644
--- a/arch/x86/cpu/interrupts.c
+++ b/arch/x86/cpu/interrupts.c
@@ -252,7 +252,7 @@ int interrupt_init(void)
/* Just in case... */
disable_interrupts();
-#ifdef CONFIG_SYS_PCAT_INTERRUPTS
+#ifdef CONFIG_I8259_PIC
/* Initialize the master/slave i8259 pic */
i8259_init();
#endif