aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2012-05-16 03:46:30 -0400
committerTony Luck <tony.luck@intel.com>2012-05-16 17:04:38 -0400
commit98e4cff73a18af27f0d40d0b0d37f105dfc1994a (patch)
tree0dc68f872158ee7b3d6c0c54c5e9c95ec22c0588 /arch/ia64
parent7411d89535ce803404678eaf7e2f7ce095cf46b2 (diff)
[IA64] Add cmpxchg.h to exported userspace headers
Fixes klibc build on ia64 after 85f8f7759e418c814ee2ceacf73eddb9bed39492. Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild
index 241d1c53ba69..d4eb9383f5f6 100644
--- a/arch/ia64/include/asm/Kbuild
+++ b/arch/ia64/include/asm/Kbuild
@@ -1,6 +1,7 @@
1include include/asm-generic/Kbuild.asm 1include include/asm-generic/Kbuild.asm
2 2
3header-y += break.h 3header-y += break.h
4header-y += cmpxchg.h
4header-y += fpu.h 5header-y += fpu.h
5header-y += gcc_intrin.h 6header-y += gcc_intrin.h
6header-y += ia64regs.h 7header-y += ia64regs.h