summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-11-20 08:10:49 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:34:02 (GMT)
commit4372a9eca5561ec21277b616b5223cf23ab526ca (patch)
tree7cdca6fa7bc4553c1c079feb03a01fc0eb95abe4 /common
parent18739e2ccc66e13dba10a7cb4578910daf455f01 (diff)
downloadu-boot-4372a9eca5561ec21277b616b5223cf23ab526ca.tar.xz
x86: Call cpu_init_interrupts() from interrupt_init()
Currently cpu_init_interrupts() is called from cpu_init_r() to setup the interrupt and exception of the cpu core, but at that time the i8259 has not been initialized to mask all the irqs and remap the master i8259 interrupt vector base, so the whole system is at risk of being interrupted, and if interrupted, wrong interrupt/exception message is shown. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions