From: "Ivan G." <ivangurdiev@yahoo.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: 2.5.8-pre3 breaks init, compile problem
Date: Wed, 10 Apr 2002 00:43:45 -0600 [thread overview]
Message-ID: <02041000434505.00758@cobra.linux> (raw)
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+
reply other threads:[~2002-04-10 6:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=02041000434505.00758@cobra.linux \
--to=ivangurdiev@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.