Re: Scheduler cleanups, 4/N

2011-03-25 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/24/11 07:14, Bernd Schmidt wrote: > We have a mechanism to prevent the scheduler from touching certain > blocks; this is used by modulo scheduling. sched-ebb does not honor this > flag currently; this patch fixes it. Bootstrapped and tested on >

Scheduler cleanups, 4/N

2011-03-24 Thread Bernd Schmidt
We have a mechanism to prevent the scheduler from touching certain blocks; this is used by modulo scheduling. sched-ebb does not honor this flag currently; this patch fixes it. Bootstrapped and tested on i686-linux (pointlessly... but it's also used in our local tree for a new target, TI C6X). Be