diff options
author | maximilian attems <[email protected]> | 2012-05-16 09:46:30 +0200 |
---|---|---|
committer | Tony Luck <[email protected]> | 2012-05-16 14:04:38 -0700 |
commit | 98e4cff73a18af27f0d40d0b0d37f105dfc1994a (patch) | |
tree | 0dc68f872158ee7b3d6c0c54c5e9c95ec22c0588 | |
parent | 7411d89535ce803404678eaf7e2f7ce095cf46b2 (diff) |
[IA64] Add cmpxchg.h to exported userspace headers
Fixes klibc build on ia64 after 85f8f7759e418c814ee2ceacf73eddb9bed39492.
Cc: Paul Gortmaker <[email protected]>
Signed-off-by: maximilian attems <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
-rw-r--r-- | arch/ia64/include/asm/Kbuild | 1 |
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 @@ include include/asm-generic/Kbuild.asm header-y += break.h +header-y += cmpxchg.h header-y += fpu.h header-y += gcc_intrin.h header-y += ia64regs.h |