aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBorislav Petkov <bp@alien8.de>2016-03-09 08:48:21 -0500
committerIngo Molnar <mingo@kernel.org>2016-03-09 08:53:41 -0500
commit8b30a8b3c636a155bab9176ad209964c9c22252d (patch)
tree8dbc4de2d9e5c27278650a53672d6c7bf037454d
parente2857b8f11a289ed2b61d18d0665e05c1053c446 (diff)
x86/defconfigs/32: Set CONFIG_FRAME_WARN to the Kconfig default
Sync it to the Kconfig default for 32-bit. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: tim.gardner@canonical.com Link: http://lkml.kernel.org/r/20160309134821.GD6564@pd.tnic Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--arch/x86/configs/i386_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 028be48c8839..e25a1630320c 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -288,7 +288,7 @@ CONFIG_NLS_ISO8859_1=y
288CONFIG_NLS_UTF8=y 288CONFIG_NLS_UTF8=y
289CONFIG_PRINTK_TIME=y 289CONFIG_PRINTK_TIME=y
290# CONFIG_ENABLE_WARN_DEPRECATED is not set 290# CONFIG_ENABLE_WARN_DEPRECATED is not set
291CONFIG_FRAME_WARN=2048 291CONFIG_FRAME_WARN=1024
292CONFIG_MAGIC_SYSRQ=y 292CONFIG_MAGIC_SYSRQ=y
293# CONFIG_UNUSED_SYMBOLS is not set 293# CONFIG_UNUSED_SYMBOLS is not set
294CONFIG_DEBUG_KERNEL=y 294CONFIG_DEBUG_KERNEL=y