]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jun 2012 08:03:45 +0000 (17:03 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jun 2012 08:03:45 +0000 (17:03 +0900)
added patches:
ia64-add-cmpxchg.h-to-exported-userspace-headers.patch

queue-3.4/ia64-add-cmpxchg.h-to-exported-userspace-headers.patch [new file with mode: 0644]
queue-3.4/series

diff --git a/queue-3.4/ia64-add-cmpxchg.h-to-exported-userspace-headers.patch b/queue-3.4/ia64-add-cmpxchg.h-to-exported-userspace-headers.patch
new file mode 100644 (file)
index 0000000..96e991d
--- /dev/null
@@ -0,0 +1,31 @@
+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: IA64: Add cmpxchg.h to exported userspace headers
+
+From: maximilian attems <max@stro.at>
+
+commit 98e4cff73a18af27f0d40d0b0d37f105dfc1994a upstream.
+
+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>
+Cc: Ben Hutchings <ben@decadent.org.uk>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ arch/ia64/include/asm/Kbuild |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- 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
index c31fb50f2087e0ca9bc91b3299cdd4a1069ebe23..3a49ac78b76d66caec4494730e4ac5acc96d51d6 100644 (file)
@@ -80,3 +80,4 @@ wl1251-fix-oops-on-early-interrupt.patch
 drm-i915-always-use-rpnswreq-for-turbo-change-requests.patch
 drm-i915-dp-flush-any-outstanding-work-to-turn-the-vdd-off.patch
 drm-i915-enable-vdd-when-switching-off-the-edp-panel.patch
+ia64-add-cmpxchg.h-to-exported-userspace-headers.patch