woops, the dp264 compilation wasn't right yet, this additional patch is
needed too.
--- 2.4.5aa2/arch/alpha/kernel/core_tsunami.c.~1~ Sat May 26 04:03:35 2001
+++ 2.4.5aa2/arch/alpha/kernel/core_tsunami.c Sun May 27 20:44:59 2001
@@ -11,7 +11,6 @@
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/init.h>
-#include <linux/bootmem.h>
#include <asm/ptrace.h>
#include <asm/system.h>
@@ -21,6 +20,8 @@
#include <asm/io.h>
#include <asm/core_tsunami.h>
#undef __EXTERN_INLINE
+
+#include <linux/bootmem.h>
#include "proto.h"
#include "pci_impl.h"
the bootmem include was the one that broke the __EXTERN_INLINE logic for
dp264.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/