diff --git a/common/board_r.c b/common/board_r.c
index 9f085b13821211d6df1dcef6bef684341631b8df..1b8998d093a55812ce3824d0051f7c49f8ef85ed 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -839,7 +839,7 @@ init_fnc_t init_sequence_r[] = {
 	initr_kgdb,
 #endif
 	interrupt_init,
-#if defined(CONFIG_ARM) || defined(CONFIG_x86)
+#if defined(CONFIG_ARM)
 	initr_enable_interrupts,
 #endif
 #ifdef CONFIG_X86