* 2.5.8-pre3 breaks init, compile problem
@ 2002-04-10 6:43 Ivan G.
0 siblings, 0 replies; only message in thread
From: Ivan G. @ 2002-04-10 6:43 UTC (permalink / raw)
To: LKML
init/main.o: In function `start_kernel':
init/main.o(.text.init+0x622): undefined reference to `setup_per_cpu_areas'
make: *** [vmlinux] Error 1
Reason?
Patch alters main.c to:
#ifndef CONFIG_SMP
...do some stuff (not including setup_per_cpu_areas)
#else
#ifdef __GENERIC_PER_CPU
define setup_per_cpu_areas that does something
#else
define setup_per_cpu_areas that doesn't do anything
#endif
#endif
setup_per_cpu_areas(); in start_kernel is called and comes out undefined for
my single processor - Athlon XP 1600+
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-10 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 6:43 2.5.8-pre3 breaks init, compile problem Ivan G.
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.