[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100214170858.GA29006@elte.hu>
Date: Sun, 14 Feb 2010 18:08:58 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Yinghai Lu <yinghai@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Christoph Lameter <cl@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: Re: [PATCH 27/35] core: move early_res
* Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi,
>
> On Wed, 10 Feb 2010 01:20:31 -0800 Yinghai Lu <yinghai@...nel.org> wrote:
> >
> > from arch/x86 to kernel/
> >
> > Signed-off-by: Yinghai Lu <yinghai@...nel.org>
> > ---
> > 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists