aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2023-10-30 16:10:06 -1000
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2023-10-30 16:10:06 -1000
commitecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255 (patch)
treefd665cc1f5d9a7ffe3cf3f971e5b6efbceb4d89b /arch
parentMerge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
parentx86/defconfig: Enable CONFIG_DEBUG_ENTRY=y (diff)
downloadlinux-ecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255.tar.gz
linux-ecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255.tar.bz2
linux-ecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255.zip
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
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/configs/i386_defconfig1
-rw-r--r--arch/x86/configs/x86_64_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 1b411bbf3cb0..73abbbdd26f8 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -281,4 +281,5 @@ CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_UNWINDER_FRAME_POINTER=y
+CONFIG_DEBUG_ENTRY=y
# CONFIG_64BIT is not set
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 409e9182bd29..61e25f6209ed 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -276,3 +276,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_BOOT_PARAMS=y
+CONFIG_DEBUG_ENTRY=y