All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IA64: Export <asm/cmpxchg.h> to userland
@ 2012-06-07  3:51 Ben Hutchings
  2012-06-07 16:54 ` Luck, Tony
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ben Hutchings @ 2012-06-07  3:51 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

Parts of <asm/intrinsics.h> were moved to <asm/cmpxchg.h>, and the
former now includes the latter.  The former is exported to userland
so the latter must be too.

Cc: stable@vger.kernel.org # v3.4
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
Both these header files still provoke a lot of warnings from
headers_check, but this at least fixes the (new) fatal error.

Ben.

 arch/ia64/include/asm/Kbuild |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild
index 241d1c5..c929a53 100644
--- a/arch/ia64/include/asm/Kbuild
+++ b/arch/ia64/include/asm/Kbuild
@@ -6,6 +6,7 @@ header-y += gcc_intrin.h
 header-y += ia64regs.h
 header-y += intel_intrin.h
 header-y += intrinsics.h
+header-y += cmpxchg.h
 header-y += perfmon.h
 header-y += perfmon_default_smpl.h
 header-y += ptrace_offsets.h
-- 
1.7.10



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-08  8:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07  3:51 [PATCH] IA64: Export <asm/cmpxchg.h> to userland Ben Hutchings
2012-06-07 16:54 ` Luck, Tony
2012-06-07 20:07 ` Ben Hutchings
2012-06-08  1:43 ` Greg Kroah-Hartman
2012-06-08  2:09 ` Ben Hutchings
2012-06-08  8:03 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.