smp_num_cpus undeclared workaround

From: Scott Bronson (bronson@rinspin.com)
Date: Wed Aug 14 2002 - 19:15:21 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:38 EST