Skip to content

Commit 70c8dc9

Browse files
author
Ingo Molnar
committed
x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y
A bug was recently found via CONFIG_DEBUG_ENTRY=y, and the x86 tree kinda is the main source of changes to the x86 entry code, so enable this debug option by default in our defconfigs. Signed-off-by: Ingo Molnar <[email protected]> Cc: [email protected]
1 parent 05d3ef8 commit 70c8dc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/x86/configs/i386_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
281281
CONFIG_EARLY_PRINTK_DBGP=y
282282
CONFIG_DEBUG_BOOT_PARAMS=y
283283
CONFIG_UNWINDER_FRAME_POINTER=y
284+
CONFIG_DEBUG_ENTRY=y
284285
# CONFIG_64BIT is not set

arch/x86/configs/x86_64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
276276
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
277277
CONFIG_EARLY_PRINTK_DBGP=y
278278
CONFIG_DEBUG_BOOT_PARAMS=y
279+
CONFIG_DEBUG_ENTRY=y

0 commit comments

Comments
 (0)