summaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorSteven Rostedt2010-09-23 05:10:23 +0200
committerSteven Rostedt2010-09-23 05:10:23 +0200
commit46eb3b64dddd20f44e76b08676fa642dd374bf1d (patch)
tree1e1bddd80f55fa073b5c0b2176e4c438ea2f852d /arch/sparc/Kconfig
parentjump label: Remove duplicate structure for x86 (diff)
downloadkernel-qcow2-linux-46eb3b64dddd20f44e76b08676fa642dd374bf1d.tar.gz
kernel-qcow2-linux-46eb3b64dddd20f44e76b08676fa642dd374bf1d.tar.xz
kernel-qcow2-linux-46eb3b64dddd20f44e76b08676fa642dd374bf1d.zip
jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions
The !CC_OPTIMIZE_FOR_SIZE was added to enable the jump label functionality because Jason noticed that the gcc option would not optimize the labels and may even hurt performance. But this is a gcc problem not a kernel one. Removing this condition should add motivation to the gcc developers to actually fix it. Cc: Jason Baron <jbaron@redhat.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index a81b04e07fe7..9212cd42a832 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -30,7 +30,7 @@ config SPARC
select PERF_USE_VMALLOC
select HAVE_DMA_ATTRS
select HAVE_DMA_API_DEBUG
- select HAVE_ARCH_JUMP_LABEL if !CC_OPTIMIZE_FOR_SIZE
+ select HAVE_ARCH_JUMP_LABEL
config SPARC32
def_bool !64BIT