* Freels, James D. wrote:
> Here is the error message below. Does anyone know how to correct
> this problem?

Use this patch, which is part of 2.6.14-2 from unstable:

--- 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")

This patch was posted on the kernel mailinglist two days before 2.6.14
got released, not sure why it wasn't added to the final release.

Regards, Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to