Re: 2.4.0-Prerelease :smp_num_cpus undefined while compiling without smp

Manfred (manfred@colorfullife.com)
Thu, 04 Jan 2001 11:37:59 +0100


Look at include/linux/smp.h: on SMP, it includes <asm/smp.h>, on UP it
contains a

#define smp_num_cpus 1

I assume that someone directly includes <asm/smp.h>.

Try to add a

#ifndef __LINUX_SMP_H
#error Found it!
#endif

to the beginning of <asm-alpha/smp.h>

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