Re: 2.6.8-rc3-mm1

From: Andrew Morton
Date: Thu Aug 05 2004 - 16:47:30 EST


William Lee Irwin III <wli@xxxxxxxxxxxxxx> wrote:
>
> 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>
>

Yes, I hit the same problem on x86_64. But I have no patches touching
that file. Can you send the compiler output, help me work out which patch
needs the patch?

-
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/