]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.arch/s390-17-perf-02-schedframepointer.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / s390-17-perf-02-schedframepointer.patch
1 From: Gerald Schaefer <geraldsc@de.ibm.com>
2 Subject: [PATCH] set SCHED_OMIT_FRAME_POINTER for s390
3 References: bnc#532063,LTC#55526
4
5 From: Martin Schwidefsky <schwidefsky@de.ibm.com>
6
7 The frame pointer is useless for s390 in the sched.c code.
8
9 Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
10
11 Acked-by: John Jolly <jjolly@suse.de>
12 ---
13
14 Index: 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"