commit | cb9d9cb1bb99142b74f23ad3fd3295763b819838 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 20 16:11:16 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:34:02 2014 -0700 |
tree | a4680bc0f20291f016a711730b801a052ec2941a | |
parent | 57a6cd86ae10f7d3eae6aa63b47c5eba0e221365 [diff] |
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>