warnings compiling kernel 2.4.20-2.21

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux