> - register unsigned long _temp__ asm("esp"); \
> + unsigned long _temp__ asm("esp"); \
I'll rather keep those, at least as documentation.
Samuel
> -int cpuspeed = 4;
> +const int cpuspeed = 4;
> -int simple_lock_pause_loop = 100;
> +const int simple_lock_pause_loop = 100;
Well, these should really be computed dynamically.
I have applied almost all the rest, thanks!
Samuel
Hello,
Attached is a gzipped series of 33 patches which do various cleanups of
i386 source. Cleanups include:
1. Removal of register qualifiers.
2. Qualification of constants with const.
3. Addition of comments after endifs.
4. Stylistic fixes.
5. Removal of unused variables.
i386_cleanup.tar.