
25 Nov
2014
25 Nov
'14
4:05 a.m.
On 20 November 2014 at 01:10, Bin Meng bmeng.cn@gmail.com wrote:
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
arch/x86/cpu/cpu.c | 2 -- arch/x86/lib/pcat_interrupts.c | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Tested on chromebook_link: Tested-by: Simon Glass sjg@chromium.org