From: Scott Bronson <bronson@rinspin.com>
To: linux-kernel@vger.kernel.org
Subject: smp_num_cpus undeclared workaround
Date: 14 Aug 2002 17:15:21 -0700 [thread overview]
Message-ID: <1029367539.20388.7.camel@emma> (raw)
Kernel 2.4.19:
I was being plagued by the smp_num_cpus undeclared problems that seems
be circulating since the 2.3 days. I appear to have triggered it by
turning SMP on, doing a full build, and then turning it off. No
combination of make clean/dep/etc fixes it. Finally, in desperation, I
tried:
cp .config ~/config.bak
make mrproper
cp ~/config.bak .config
make
And that fixed it. Surprising. Has anyone looked into what file
isn't being properly cleaned? Given the LKML traffic that this
problem has generated, this should probably be fixed.
Thanks,
- Scott
next reply other threads:[~2002-08-15 0:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-15 0:15 Scott Bronson [this message]
2002-08-15 0:25 ` smp_num_cpus undeclared workaround Scott Bronson
2002-08-15 0:55 ` Rik van Riel
2002-08-15 3:35 ` Scott Bronson
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=1029367539.20388.7.camel@emma \
--to=bronson@rinspin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox