On Thu, Sep 03, 2026 at 11:06:18AM -0000, Stuart Henderson wrote: > On 2026-09-02, Brian Brombacher <[email protected]> wrote: > > If you want to ensure deterministic processing power, then block E or EL > > ...until you hit thermal throttle, which is all too easy on some systems :)
Also note that CPU 0, (the boot cpu and usually a 'P' core), is always enabled regardless of this setting. So you can't create an L core only configuration by setting hw.blockcpu=EPS. (Which might plausibly have some uses in very low power consumption applications.) If you do set hw.blockcpu=EPS, then processing power won't be deterministic as processes will often migrate to cpu 0, (the only P core left enabled).

