Hi Philippe, most of the code in arch/x86/ipipe_*.c can be pushed into some ipipe-common.c, reducing the patch size by 10-20k and improving code maintainability.
But one thing is currently blocking a copy&paste move: a lot of functions that are declared fastcall on 32 bit are asmlinkage on 64 bit. As both asmlinkage and fastcall are meaningless on 64 bit, can we safely switch to fastcall? Or even better, could we drop that redundant declarations totally, given that everything is fastcall on 32 bit anyway (unless its marked asmlinkage)? Thanks, Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
