Home
last modified time | relevance | path

Searched hist:"1 dae2e0e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Di8259.h1dae2e0e Thu Nov 20 02:11:16 CST 2014 Bin Meng <bmeng.cn@gmail.com> x86: Refactor interrupt_init()

Rename interrupt_init() in arch/x86/lib/pcat_interrupts.c to
i8259_init() and create a new interrupt_init() in
arch/x86/cpu/interrupt.c to call i8259_init() followed by a
call to cpu_init_interrupts().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>