From e0d26db053568e30992664f70d8664ef33531494 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Wed, 11 Mar 2009 14:56:50 +0000 Subject: [PATCH] topconfig explicitly set SCHED_OMIT_FRAME_POINTER svn path=/dists/trunk/linux-2.6/; revision=13080 --- debian/changelog | 3 ++- debian/config/config | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff86c3739..e97bd1969 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,7 +27,8 @@ linux-2.6 (2.6.29~rc7-1~experimental.1) UNRELEASED; urgency=low USB_SERIAL_OPTICON, LEDS_ALIX2, LEDS_WM8350, OCFS2_FS_POSIX_ACL, BTRFS_FS_POSIX_ACL, ATM_SOLOS, MFD_PCF50633, PCF50633_ADC, PCF50633_GPIO, REGULATOR_PCF50633, DVB_S921, EDAC_I5400, RTC_DRV_PCF50633, - INPUT_PCF50633_PMU, CHARGER_PCF50633, DEVPTS_MULTIPLE_INSTANCES. + INPUT_PCF50633_PMU, CHARGER_PCF50633, DEVPTS_MULTIPLE_INSTANCES, + SCHED_OMIT_FRAME_POINTER. * topconfig enable SND_HDA_HWDEP for sound debugging purpose. * topconfig enable USB_HIDDEV (closes: #517771) * [x86] set DELL_LAPTOP, COMEDI, X86_PTRACE_BTS. diff --git a/debian/config/config b/debian/config/config index 8a684e702..3c7f8ea2e 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2,6 +2,7 @@ ## file: arch/Kconfig ## # CONFIG_KPROBES is not set +CONFIG_SCHED_OMIT_FRAME_POINTER=y ## ## file: block/Kconfig