Re: mmotm 2009-04-21-15-00 uploaded

From: Izik Eidus
Date: Tue Apr 21 2009 - 22:54:01 EST


On Tue, 21 Apr 2009 18:53:13 -0700
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Tue, 21 Apr 2009 18:30:57 -0700 Randy Dunlap
> <randy.dunlap@xxxxxxxxxx> wrote:
>
> > akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> > > The mm-of-the-moment snapshot 2009-04-21-15-00 has been uploaded
> > > to
> > >
> > > http://userweb.kernel.org/~akpm/mmotm/
> > >
> > > and will soon be available at
> > >
> > > git://git.zen-sources.org/zen/mmotm.git
> > >
> > > It contains the following patches against 2.6.30-rc2:
> >
> >
> > 2 of 10 i386 builds ended like:
> >
> >
> > CC arch/x86/kernel/asm-offsets.s
> > In file included from include/linux/suspend.h:8,
> > from arch/x86/kernel/asm-offsets_32.c:11,
> > from arch/x86/kernel/asm-offsets.c:2:
> > include/linux/mm.h: In function 'get_pte':
> > include/linux/mm.h:907: error: implicit declaration of function
> > 'kmap_atomic_pte' make[2]: *** [arch/x86/kernel/asm-offsets.s]
> > Error 1 make[1]: *** [prepare0] Error 2
> > make: *** [sub-make] Error 2
> >
> >
> >
> > config attached.
>
> Caused by ksm-add-get_pte-helper-function-fetching-pte-for-va.patch.
>
> hm, this will end badly. Let's uninline it.
>

Yes, anyway let include this patch that remove the usage of
asm\types.h, we sure dont need this header.
(it doesnt look risky as linux\types.h by itself will include it, but
i have bad feeling about it)

Thanks.