Re: 2.6.8-rc3-mm1

From: William Lee Irwin III
Date: Thu Aug 05 2004 - 08:14:19 EST


On Thu, Aug 05, 2004 at 03:19:18AM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/
> - Added David Woodhouse's MTD tree to the "external trees" list
> - Dropped the staircase scheduler, mainly because the schedstats patch broke
> it.
> We learned quite a lot from having staircase in there. Now it's time for
> a new scheduler anyway.

One of these changes means we need to be able to dereference struct
device in include/asm-ia64/dma-mapping.h.

--- mm1-2.6.8-rc3/include/asm-ia64/dma-mapping.h.orig 2004-08-05 22:56:27.204548702 -0700
+++ mm1-2.6.8-rc3/include/asm-ia64/dma-mapping.h 2004-08-05 22:57:40.435993118 -0700
@@ -5,7 +5,8 @@
* Copyright (C) 2003-2004 Hewlett-Packard Co
* David Mosberger-Tang <davidm@xxxxxxxxxx>
*/
-
+#include <linux/config.h>
+#include <linux/device.h>
#include <asm/machvec.h>

#define dma_alloc_coherent platform_dma_alloc_coherent
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/