public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* smp_num_cpus undeclared workaround
@ 2002-08-15  0:15 Scott Bronson
  2002-08-15  0:25 ` Scott Bronson
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Bronson @ 2002-08-15  0:15 UTC (permalink / raw)
  To: linux-kernel

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



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

end of thread, other threads:[~2002-08-15  3:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-15  0:15 smp_num_cpus undeclared workaround Scott Bronson
2002-08-15  0:25 ` Scott Bronson
2002-08-15  0:55   ` Rik van Riel
2002-08-15  3:35     ` Scott Bronson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox