summaryrefslogtreecommitdiff
path: root/3.4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-22 22:09:23 +0100
committerMike Frysinger <vapier@gentoo.org>2012-07-22 22:09:23 +0100
commit36d56f47f5d9c0a13a430034f02406413329a1ce (patch)
tree6a55c44662798790a0cca71c0443e83ef6dc386a /3.4
parentfix alpha fpu.h #417441 (diff)
downloadlinux-headers-patches-36d56f47f5d9c0a13a430034f02406413329a1ce.tar.gz
linux-headers-patches-36d56f47f5d9c0a13a430034f02406413329a1ce.tar.bz2
linux-headers-patches-36d56f47f5d9c0a13a430034f02406413329a1ce.zip
add fix from upstream for missing asm/cmpxchg.h on ia64 #427622
Diffstat (limited to '3.4')
-rw-r--r--3.4/00_all_0010-IA64-Add-cmpxchg.h-to-exported-userspace-headers.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/3.4/00_all_0010-IA64-Add-cmpxchg.h-to-exported-userspace-headers.patch b/3.4/00_all_0010-IA64-Add-cmpxchg.h-to-exported-userspace-headers.patch
new file mode 100644
index 0000000..e65532e
--- /dev/null
+++ b/3.4/00_all_0010-IA64-Add-cmpxchg.h-to-exported-userspace-headers.patch
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/427622
+
+From 98e4cff73a18af27f0d40d0b0d37f105dfc1994a Mon Sep 17 00:00:00 2001
+From: maximilian attems <max@stro.at>
+Date: Wed, 16 May 2012 09:46:30 +0200
+Subject: [PATCH] [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>
+---
+ 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..d4eb938 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
+--
+1.7.9.7
+