Re: Small cleanup of i386 source

2013-11-14 Thread Samuel Thibault
> - register unsigned long _temp__ asm("esp"); \ > + unsigned long _temp__ asm("esp"); \ I'll rather keep those, at least as documentation. Samuel

Re: Small cleanup of i386 source

2013-11-14 Thread Samuel Thibault
> -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

Small cleanup of i386 source

2013-11-14 Thread Marin Ramesa
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.