[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081203073504.GB17580@elte.hu>
Date: Wed, 3 Dec 2008 08:35:04 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jianjun Kong <jianjun@...ux.org>
Cc: Linux-Kernel-Mailing-List <linux-kernel@...r.kernel.org>,
mingo@...hat.com
Subject: Re: v2.6.28-rc7: Fail compile arch/x86/kernel/cpu/common.c
* Jianjun Kong <jianjun@...ux.org> wrote:
> arch/x86/kernel/cpu/common.c: In function ‘early_identify_cpu’:
> arch/x86/kernel/cpu/common.c:555: error: ‘boot_cpu_id’ undeclared (first
> use in this function)
> arch/x86/kernel/cpu/common.c:555: error: (Each undeclared identifier is
> reported only once
> arch/x86/kernel/cpu/common.c:555: error: for each function it appears
> in.)
> arch/x86/kernel/cpu/common.c: In function ‘cpu_init’:
> arch/x86/kernel/cpu/common.c:1142: error: ‘boot_cpu_id’ undeclared
> (first use in this function)
> make[2]: *** [arch/x86/kernel/cpu/common.o] Error 1
> make[1]: *** [arch/x86/kernel/cpu] Error 2
> make: *** [arch/x86/kernel] Error 2
i cannot reproduce this build error neither with v2.6.28-rc7 nor
with latest -git (commit f6f7b52), using your config.
could you send me your arch/x86/include/asm/smp.h file? Could
you also double-check that you have the kernel source tree
checked out properly? If you track it as a remote as per:
http://people.redhat.com/mingo/tip.git/README
then doing "git checkout linus/master" should succeed without
any errors beyond the warning that it is a remote branch:
~/tip> git checkout linus/master
Note: moving to "linus/master" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again.
Example:
git checkout -b <new_branch_name>
HEAD is now at f6f7b52... Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
~/tip>
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