Paul wrote: > Attempting to compile on x86_64 with SMP enabled, getting quite a few > failures > cetered around ipipe_declare_cpuid being undeclared in > arch/x86_64/kernel/ipipe.c. Should we be including ipipe_compat.h or > following the lead set in arch/i386/kernel/ipipe.c ?
Nope, we should rather remove the obsolete code from the ipipe core. You could simply kill ipipe_declare_cpuid and replace the cpuid spots with ipipe_processor_id() (compare to latest i386 ipipe). Cleanup patches always welcome! Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
