In building 2.6.29..6-217.2.8.fc11 from source rpm for i586 architecture on a 
machine with amd athlon64 cpu, I get this warning message:

arch/x86/kernel/pvclock.c:63:7: warning: "__x86_64__" is not defined


Thing is, I have no problems running i586 kernel, and even the resulting kernel 
runs fine. It appears to be an error in the code, where

#elif __x86_64__    ought to be changed to

#elif defined(__x86_64__)


Cheers,

MK

_________________________________________________________________
Get back to school stuff for them and cashback for you.
http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1

_______________________________________________
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list

Reply via email to