Skip to content

Commit ecb8cd2

Browse files
committed
Merge tag 'x86-build-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 build update from Ingo Molnar: "Enable CONFIG_DEBUG_ENTRY=y in the x86 defconfigs" * tag 'x86-build-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y
2 parents f0d25b5 + 70c8dc9 commit ecb8cd2

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)