From 0466428e3bb5f4c2eb692d87dd2e996ad8c583ff Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Fri, 28 Oct 2005 17:45:22 +0000 Subject: [PATCH] New patch to include compiler.h in barrier.h, barrier() is used in non-SMP case. svn path=/dists/trunk/linux-2.6/; revision=4684 --- debian/changelog | 6 +++++- debian/patches-debian/alpha-compile-fix.patch | 10 ++++++++++ debian/patches-debian/series/2.6.14-2 | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 debian/patches-debian/alpha-compile-fix.patch create mode 100644 debian/patches-debian/series/2.6.14-2 diff --git a/debian/changelog b/debian/changelog index 56b05d7f3..87cc2b725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,11 @@ linux-2.6 (2.6.14-2) UNRELEASED; urgency=low [ dann frazier ] * Update hppa.diff to 2.6.14-pa0 - -- dann frazier 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 Fri, 28 Oct 2005 19:26:34 +0200 linux-2.6 (2.6.14-1) unstable; urgency=low diff --git a/debian/patches-debian/alpha-compile-fix.patch b/debian/patches-debian/alpha-compile-fix.patch new file mode 100644 index 000000000..a1604a2e3 --- /dev/null +++ b/debian/patches-debian/alpha-compile-fix.patch @@ -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 ++ + #define mb() \ + __asm__ __volatile__("mb": : :"memory") diff --git a/debian/patches-debian/series/2.6.14-2 b/debian/patches-debian/series/2.6.14-2 new file mode 100644 index 000000000..6c34e3558 --- /dev/null +++ b/debian/patches-debian/series/2.6.14-2 @@ -0,0 +1 @@ ++ alpha-compile-fix.patch