]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.arch/s390-17-perf-02-schedframepointer.patch
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / s390-17-perf-02-schedframepointer.patch
CommitLineData
82094b55
AF
1From: Gerald Schaefer <geraldsc@de.ibm.com>
2Subject: [PATCH] set SCHED_OMIT_FRAME_POINTER for s390
3References: bnc#532063,LTC#55526
4
5From: Martin Schwidefsky <schwidefsky@de.ibm.com>
6
7The frame pointer is useless for s390 in the sched.c code.
8
9Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
10
11Acked-by: John Jolly <jjolly@suse.de>
12---
13
14Index: linux-sles11/arch/s390/Kconfig
15===================================================================
16--- linux-sles11.orig/arch/s390/Kconfig 2009-08-17 14:29:52.000000000 +0200
17+++ linux-sles11/arch/s390/Kconfig 2009-08-17 14:45:07.000000000 +0200
18@@ -78,6 +78,10 @@
19 select HAVE_KVM if 64BIT
20 select HAVE_ARCH_TRACEHOOK
21
22+config SCHED_OMIT_FRAME_POINTER
23+ bool
24+ default y
25+
26 source "init/Kconfig"
27
28 source "kernel/Kconfig.freezer"