diff options
author | Luck, Tony <tony.luck@intel.com> | 2013-09-03 18:31:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-04 20:18:56 -0400 |
commit | 71c7356f864dc41e4bd6b884596a422f8954afe0 (patch) | |
tree | 9a5d09111a37dd40149d676fa87892068f27d530 /arch/ia64/Kconfig | |
parent | 977dbfcf8e9ff1783355b260d93101af315de18a (diff) |
lockref: Implement lockref for Itanium
All the cool kids are doing this, join in the fun.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index b36370d3eab9..566642266324 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -43,6 +43,7 @@ config IA64 | |||
43 | select SYSCTL_ARCH_UNALIGN_NO_WARN | 43 | select SYSCTL_ARCH_UNALIGN_NO_WARN |
44 | select HAVE_MOD_ARCH_SPECIFIC | 44 | select HAVE_MOD_ARCH_SPECIFIC |
45 | select MODULES_USE_ELF_RELA | 45 | select MODULES_USE_ELF_RELA |
46 | select ARCH_USE_CMPXCHG_LOCKREF | ||
46 | default y | 47 | default y |
47 | help | 48 | help |
48 | The Itanium Processor Family is Intel's 64-bit successor to | 49 | The Itanium Processor Family is Intel's 64-bit successor to |