diff options
author | David S. Miller <davem@davemloft.net> | 2010-09-17 11:09:25 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-09-22 16:35:09 -0400 |
commit | dff9d3c215251022dd8bb3823c9f75edb4b63fe9 (patch) | |
tree | 41939ab8a0530d79ea8daf212e2bfca37da05ea0 /arch/sparc/Kconfig | |
parent | d9f5ab7b1c0a520867af389bab5d5fcdbd0e407e (diff) | |
download | op-kernel-dev-dff9d3c215251022dd8bb3823c9f75edb4b63fe9.zip op-kernel-dev-dff9d3c215251022dd8bb3823c9f75edb4b63fe9.tar.gz |
jump label: Add sparc64 support
Add jump label support for sparc64.
Signed-off-by: David S. Miller <davem@davemloft.net>
LKML-Reference: <3b5b071fcdb2afb7f67cacecfa78b14c740278a7.1284733808.git.jbaron@redhat.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
[ cleaned up some formatting ]
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 491e9d6..a81b04e 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -30,6 +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 config SPARC32 def_bool !64BIT |