
25 Nov
2014
25 Nov
'14
4:42 a.m.
On 24 November 2014 at 20:06, Simon Glass sjg@chromium.org wrote:
On 20 November 2014 at 01:11, Bin Meng bmeng.cn@gmail.com wrote:
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
arch/x86/cpu/interrupts.c | 26 ++++++++++++++++++++------ arch/x86/include/asm/i8259.h | 2 ++ arch/x86/lib/pcat_interrupts.c | 9 +-------- 3 files changed, 23 insertions(+), 14 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Tested on chromebook_link: Tested-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!