From: maximilian attems Date: Wed, 16 May 2012 07:46:30 +0000 (+0200) Subject: [IA64] Add cmpxchg.h to exported userspace headers X-Git-Tag: for-linus-20120531~96^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=98e4cff73a18af27f0d40d0b0d37f105dfc1994a;p=linux-block.git [IA64] Add cmpxchg.h to exported userspace headers Fixes klibc build on ia64 after 85f8f7759e418c814ee2ceacf73eddb9bed39492. Cc: Paul Gortmaker Signed-off-by: maximilian attems Signed-off-by: Tony Luck --- 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