Skip to content
Snippets Groups Projects
Commit d5145758 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

x86: Remove unnecessary call to initr_enable_interrupts()


Actually initr_enable_interrupts() was never called in an x86 build
due to it was wrapped by CONFIG_x86 (typo of X86).

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
parent 1dae2e0e
No related branches found
No related tags found
No related merge requests found
...@@ -839,7 +839,7 @@ init_fnc_t init_sequence_r[] = { ...@@ -839,7 +839,7 @@ init_fnc_t init_sequence_r[] = {
initr_kgdb, initr_kgdb,
#endif #endif
interrupt_init, interrupt_init,
#if defined(CONFIG_ARM) || defined(CONFIG_x86) #if defined(CONFIG_ARM)
initr_enable_interrupts, initr_enable_interrupts,
#endif #endif
#ifdef CONFIG_X86 #ifdef CONFIG_X86
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment