Re: [PATCH] rs6000: Refactor scheduling hook code

2019-11-18 Thread Segher Boessenkool
Hi! On Mon, Nov 18, 2019 at 03:24:56PM -0600, Pat Haugen wrote: > The following patch factors out some common code to its own function and also > moves the Power6 specific code to a new function. If you had done the latter as a separate (earlier) patch, it would be easier to review: now it is pr

[PATCH] rs6000: Refactor scheduling hook code

2019-11-18 Thread Pat Haugen
The following patch factors out some common code to its own function and also moves the Power6 specific code to a new function. Bootstrap/regtest on powerpc64le with no regressions. Ok for trunk? -Pat 2019-11-18 Pat Haugen * config/rs6000/rs6000.c (move_to_end_of_ready): New, facto