chris cf20f24b7b Micro-optimizations for arm.
Make enable and disable interrupts one instruction shorter.

Make cpu_cpwait() do nothing on anything other than an xscale, where it
will still call via the cpufuncs table.

This avoids loading a function from cpufuncs and then branching into it. On
older hardware the function does nothing, so this is just a waste of CPU
cycles.
2008-02-24 14:00:04 +00:00
..
2008-02-10 13:32:14 +00:00
2008-01-15 23:15:59 +00:00
2008-02-24 14:00:04 +00:00
2005-12-11 12:16:03 +00:00
2008-01-26 10:46:39 +00:00