[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1870 - in linux-kernel-headers/trunk/debian: . patches



Author: schizo
Date: 2006-10-25 10:13:24 +0000 (Wed, 25 Oct 2006)
New Revision: 1870

Added:
   linux-kernel-headers/trunk/debian/patches/alpha-asm-compiler.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/patches/series
Log:
 * Add alpha-asm-compiler.patch from Steve Langasek: "Don't hide
   the __always_inline define inside #ifdef __KERNEL__, because
   the uses of it sure aren't hidden there!"
   closes: #395135.


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog	2006-10-22 21:02:24 UTC (rev 1869)
+++ linux-kernel-headers/trunk/debian/changelog	2006-10-25 10:13:24 UTC (rev 1870)
@@ -1,3 +1,12 @@
+linux-kernel-headers (2.6.18-6) unstable; urgency=high
+
+  * Add alpha-asm-compiler.patch from Steve Langasek: "Don't hide
+    the __always_inline define inside #ifdef __KERNEL__, because
+    the uses of it sure aren't hidden there!"
+    closes: #395135.
+
+ -- Clint Adams <schizo@debian.org>  Wed, 25 Oct 2006 05:14:08 -0400
+
 linux-kernel-headers (2.6.18-5) unstable; urgency=low
 
   * Add m68k-asm-unistd.patch and m68k-asm-user.patch from

Added: linux-kernel-headers/trunk/debian/patches/alpha-asm-compiler.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/alpha-asm-compiler.patch	                        (rev 0)
+++ linux-kernel-headers/trunk/debian/patches/alpha-asm-compiler.patch	2006-10-25 10:13:24 UTC (rev 1870)
@@ -0,0 +1,16 @@
+--- linux-kernel-headers-2.6.18.orig/include/asm-alpha/compiler.h
++++ linux-kernel-headers-2.6.18/include/asm-alpha/compiler.h
+@@ -99,9 +99,12 @@
+ #undef inline
+ #undef __inline__
+ #undef __inline
++#endif /* __KERNEL__ */
++
++#ifdef __always_inline
+ #undef __always_inline
++#endif
+ #define __always_inline		inline __attribute__((always_inline))
+ 
+-#endif /* __KERNEL__ */
+ 
+ #endif /* __ALPHA_COMPILER_H */

Modified: linux-kernel-headers/trunk/debian/patches/series
===================================================================
--- linux-kernel-headers/trunk/debian/patches/series	2006-10-22 21:02:24 UTC (rev 1869)
+++ linux-kernel-headers/trunk/debian/patches/series	2006-10-25 10:13:24 UTC (rev 1870)
@@ -39,3 +39,4 @@
 m32r-removed-unknown-isa.patch -p0
 m68k-asm-unistd.patch -p0
 m68k-asm-user.patch -p0
+alpha-asm-compiler.patch -p1



Reply to: