cf20f24b7b
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.