All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.1-rc1-mm[1|2] on Alpha build failure
@ 2004-01-06  4:47 Nathan Poznick
  2004-01-06 14:09 ` Ivan Kokshaysky
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Poznick @ 2004-01-06  4:47 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]


A change to include/asm-alpha/smp.h went in during 2.6.1-rc1-mm1 which
appears to have broken compilation on Alpha.  Specifically, the addition
of:
#define cpu_possible_map       cpu_present_map
seems to have caused a problem, since cpu_present_map doesn't appear to
be declared anywhere.


CC      init/main.o
In file included from init/main.c:33:
include/linux/kernel_stat.h: In function `kstat_irqs':
include/linux/kernel_stat.h:47: error: `cpu_present_map' undeclared (first use in this function)
include/linux/kernel_stat.h:47: error: (Each undeclared identifier is reported only once
include/linux/kernel_stat.h:47: error: for each function it appears in.)
init/main.c: In function `smp_init':
init/main.c:348: error: `cpu_present_map' undeclared (first use in this function)
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2


-- 
Nathan Poznick <kraken@drunkmonkey.org>

Retribution often means that we eventually do to ourselves what we have
done unto others. - Eric Hoffer


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.1-rc1-mm[1|2] on Alpha build failure
  2004-01-06  4:47 2.6.1-rc1-mm[1|2] on Alpha build failure Nathan Poznick
@ 2004-01-06 14:09 ` Ivan Kokshaysky
  0 siblings, 0 replies; 2+ messages in thread
From: Ivan Kokshaysky @ 2004-01-06 14:09 UTC (permalink / raw)
  To: linux-kernel

On Mon, Jan 05, 2004 at 10:47:05PM -0600, Nathan Poznick wrote:
> #define cpu_possible_map       cpu_present_map
> seems to have caused a problem, since cpu_present_map doesn't appear to
> be declared anywhere.

It should be "cpu_present_mask", I'd guess.

Ivan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-06 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-06  4:47 2.6.1-rc1-mm[1|2] on Alpha build failure Nathan Poznick
2004-01-06 14:09 ` Ivan Kokshaysky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.