r4684 - in dists/trunk/linux-2.6/debian: . patches-debian patches-debian/series

Norbert Tretkowski nobse at costa.debian.org
Fri Oct 28 17:45:23 UTC 2005


Author: nobse
Date: 2005-10-28 17:45:22 +0000 (Fri, 28 Oct 2005)
New Revision: 4684

Added:
   dists/trunk/linux-2.6/debian/patches-debian/alpha-compile-fix.patch
   dists/trunk/linux-2.6/debian/patches-debian/series/2.6.14-2
Modified:
   dists/trunk/linux-2.6/debian/changelog
Log:
New patch to include compiler.h in barrier.h, barrier() is used in non-SMP case.

Modified: dists/trunk/linux-2.6/debian/changelog
===================================================================
--- dists/trunk/linux-2.6/debian/changelog	2005-10-28 15:03:55 UTC (rev 4683)
+++ dists/trunk/linux-2.6/debian/changelog	2005-10-28 17:45:22 UTC (rev 4684)
@@ -8,8 +8,12 @@
   [ dann frazier ]
   * Update hppa.diff to 2.6.14-pa0
 
- -- dann frazier <dannf at debian.org>  Fri, 28 Oct 2005 08:56:10 -0600
+  [ Norbert Tretkowski ]
+  * [alpha] New patch to include compiler.h in barrier.h, barrier() is used in
+    non-SMP case.
 
+ -- Norbert Tretkowski <nobse at debian.org>  Fri, 28 Oct 2005 19:26:34 +0200
+
 linux-2.6 (2.6.14-1) unstable; urgency=low
 
   [ Sven Luther ]

Added: dists/trunk/linux-2.6/debian/patches-debian/alpha-compile-fix.patch
===================================================================
--- dists/trunk/linux-2.6/debian/patches-debian/alpha-compile-fix.patch	2005-10-28 15:03:55 UTC (rev 4683)
+++ dists/trunk/linux-2.6/debian/patches-debian/alpha-compile-fix.patch	2005-10-28 17:45:22 UTC (rev 4684)
@@ -0,0 +1,10 @@
+--- 2.6.14-rc5-git6/include/asm-alpha/barrier.h Wed Oct 26 14:43:16 2005
++++ linux/include/asm-alpha/barrier.h   Wed Oct 26 15:03:47 2005
+@@ -1,6 +1,8 @@
+ #ifndef __BARRIER_H
+ #define __BARRIER_H
+
++#include <asm/compiler.h>
++
+ #define mb() \
+ __asm__ __volatile__("mb": : :"memory")

Added: dists/trunk/linux-2.6/debian/patches-debian/series/2.6.14-2
===================================================================
--- dists/trunk/linux-2.6/debian/patches-debian/series/2.6.14-2	2005-10-28 15:03:55 UTC (rev 4683)
+++ dists/trunk/linux-2.6/debian/patches-debian/series/2.6.14-2	2005-10-28 17:45:22 UTC (rev 4684)
@@ -0,0 +1 @@
++ alpha-compile-fix.patch




More information about the Kernel-svn-changes mailing list