#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/