[ia64] Export <asm/cmpxchg.h> to userland (fixes FTBFS)

svn path=/dists/trunk/linux-2.6/; revision=19089
This commit is contained in:
Ben Hutchings 2012-06-07 03:49:10 +00:00
parent 4fdfda844f
commit 8c75fa4cd3
3 changed files with 37 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux-2.6 (3.4.1-1~experimental.2) UNRELEASED; urgency=low
[ Ben Hutchings ]
* [ia64] Export <asm/cmpxchg.h> to userland (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 07 Jun 2012 04:45:03 +0100
linux-2.6 (3.4.1-1~experimental.1) experimental; urgency=low
* New upstream release: http://kernelnewbies.org/Linux_3.4

View File

@ -0,0 +1,29 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Thu, 7 Jun 2012 04:40:34 +0100
Subject: [PATCH] IA64: Export <asm/cmpxchg.h> to userland
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>
---
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

View File

@ -93,3 +93,4 @@
+ bugfix/all/mm-fix-vma_resv_map-null-pointer.patch
+ bugfix/all/fix-scsi_wait_scan.patch
+ bugfix/ia64/IA64-Export-asm-cmpxchg.h-to-userland.patch