Re: [PATCH 27/35] core: move early_res

From: Ingo Molnar
Date: Sun Feb 14 2010 - 12:09:29 EST



* Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> Hi,
>
> On Wed, 10 Feb 2010 01:20:31 -0800 Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
> >
> > from arch/x86 to kernel/
> >
> > Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
> > ---
> > arch/x86/include/asm/e820.h | 2 +-
> > arch/x86/include/asm/early_res.h | 21 --
> > arch/x86/kernel/Makefile | 2 +-
> > arch/x86/kernel/e820.c | 1 -
> > arch/x86/kernel/early_res.c | 523 --------------------------------------
> > include/linux/early_res.h | 21 ++
> > kernel/Makefile | 2 +-
> > kernel/early_res.c | 522 +++++++++++++++++++++++++++++++++++++
> > 8 files changed, 546 insertions(+), 548 deletions(-)
> > delete mode 100644 arch/x86/include/asm/early_res.h
> > delete mode 100644 arch/x86/kernel/early_res.c
> > create mode 100644 include/linux/early_res.h
> > create mode 100644 kernel/early_res.c
>
> From a powerpc pseries_defconfig build (and other configs) of tip/master
> (9d4a5dc3080c811f36bf8175f2de1f9a6f84b176 "Merge branch 'perf/urgent'"):
>
> kernel/early_res.c:209: error: 'max_pfn_mapped' undeclared (first use in this function)
>
> max_pfn_mapped is only defined for x86.

FYI, i already found this and reported it to Yinghai earlier today.

Btw.,are you doing these cross-build tests yourself, or are you relaying the
kisskb automation notifications?

Thanks,

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