LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* 2.6.28-rc2-git6 fails compile -- cpu/common.c
@ 2008-11-01 2:50 Pete Clements
2008-11-01 7:31 ` Jianjun Kong
0 siblings, 1 reply; 3+ messages in thread
From: Pete Clements @ 2008-11-01 2:50 UTC (permalink / raw)
To: linux-kernel
Fyi
2.6.28-rc2-git fails compile, uniprocessor x86. (Missed git4 and git5.)
CC arch/x86/kernel/cpu/common.o
arch/x86/kernel/cpu/common.c: In function 'cpu_init':
arch/x86/kernel/cpu/common.c:1141: error: 'boot_cpu_id' undeclared (first use in this function)
arch/x86/kernel/cpu/common.c:1141: error: (Each undeclared identifier is reported only once
arch/x86/kernel/cpu/common.c:1141: error: for each function it appears in.)
make[2]: *** [arch/x86/kernel/cpu/common.o] Error 1
make[1]: *** [arch/x86/kernel/cpu] Error 2
make: *** [arch/x86/kernel] Error 2
--
Pete Clements
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.28-rc2-git6 fails compile -- cpu/common.c
2008-11-01 2:50 2.6.28-rc2-git6 fails compile -- cpu/common.c Pete Clements
@ 2008-11-01 7:31 ` Jianjun Kong
2008-11-01 7:46 ` Jianjun Kong
0 siblings, 1 reply; 3+ messages in thread
From: Jianjun Kong @ 2008-11-01 7:31 UTC (permalink / raw)
To: Pete Clements; +Cc: linux-kernel
On Fri, Oct 31, 2008 at 10:50:53PM -0400, Pete Clements wrote:
>Fyi
>2.6.28-rc2-git fails compile, uniprocessor x86. (Missed git4 and git5.)
>
> CC arch/x86/kernel/cpu/common.o
>arch/x86/kernel/cpu/common.c: In function 'cpu_init':
>arch/x86/kernel/cpu/common.c:1141: error: 'boot_cpu_id' undeclared (first use in this function)
>arch/x86/kernel/cpu/common.c:1141: error: (Each undeclared identifier is reported only once
>arch/x86/kernel/cpu/common.c:1141: error: for each function it appears in.)
>make[2]: *** [arch/x86/kernel/cpu/common.o] Error 1
>make[1]: *** [arch/x86/kernel/cpu] Error 2
>make: *** [arch/x86/kernel] Error 2
'boot_cpu_id' only defined at this head file(include/linux/smp_32.h)
Jianjun
--
Jianjun Kong | Happy Hacking
HomePage: http://kongove.cn
Gtalk: kongjianjun@gmail.com
Hope is good thing, maybe the best of things, and no good thing ever dies.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.28-rc2-git6 fails compile -- cpu/common.c
2008-11-01 7:31 ` Jianjun Kong
@ 2008-11-01 7:46 ` Jianjun Kong
0 siblings, 0 replies; 3+ messages in thread
From: Jianjun Kong @ 2008-11-01 7:46 UTC (permalink / raw)
To: Pete Clements; +Cc: linux-kernel
On Sat, Nov 01, 2008 at 03:31:56PM +0800, Jianjun Kong wrote:
>On Fri, Oct 31, 2008 at 10:50:53PM -0400, Pete Clements wrote:
>>Fyi
>>2.6.28-rc2-git fails compile, uniprocessor x86. (Missed git4 and git5.)
>>
>> CC arch/x86/kernel/cpu/common.o
>>arch/x86/kernel/cpu/common.c: In function 'cpu_init':
>>arch/x86/kernel/cpu/common.c:1141: error: 'boot_cpu_id' undeclared (first use in this function)
>>arch/x86/kernel/cpu/common.c:1141: error: (Each undeclared identifier is reported only once
>>arch/x86/kernel/cpu/common.c:1141: error: for each function it appears in.)
>>make[2]: *** [arch/x86/kernel/cpu/common.o] Error 1
>>make[1]: *** [arch/x86/kernel/cpu] Error 2
>>make: *** [arch/x86/kernel] Error 2
>
>'boot_cpu_id' only defined at this head file(include/linux/smp_32.h)
>
See http://lkml.org/lkml/2008/10/30/531
Jianjun
--
Jianjun Kong | Happy Hacking
HomePage: http://kongove.cn
Gtalk: kongjianjun@gmail.com
Hope is good thing, maybe the best of things, and no good thing ever dies.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-11-01 7:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-01 2:50 2.6.28-rc2-git6 fails compile -- cpu/common.c Pete Clements
2008-11-01 7:31 ` Jianjun Kong
2008-11-01 7:46 ` Jianjun Kong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).