compiling the kernel gives in nearly all *.c files

/usr/src/linux-2.4.20-2.21/include/linux/sched.h:548:1:warning:"cpu_online"redefined

/usr/src/linux-2.4.20-2.21/include/linux/smp.h:87:1: warning: this is the location of the previous definition

where sched.h defines

#define cpu_online(cpu) ((cpu) < smp_num_cpus)

and smp.h defines for not defined CONFIG_SMP
#define smp_num_cpus 1
#define cpu_online(cpu) ({ BUG_ON((cpu) != 0);1;})

Bye Wolfgang



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to