Re: [PATCH 03/34] powerpc: Use CONFIG_PREEMPTION

From: Sebastian Andrzej Siewior
Date: Wed Oct 16 2019 - 05:35:27 EST


On 2019-10-16 20:33:08 [+1100], Michael Ellerman wrote:
> Christophe Leroy <christophe.leroy@xxxxxx> writes:
> > Le 15/10/2019 Ã 21:17, Sebastian Andrzej Siewior a ÃcritÂ:
> >> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> >>
> >> CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT.
> >> Both PREEMPT and PREEMPT_RT require the same functionality which today
> >> depends on CONFIG_PREEMPT.
> >>
> >> Switch the entry code over to use CONFIG_PREEMPTION. Add PREEMPT_RT
> >> output in __die().
> >
> > powerpc doesn't select ARCH_SUPPORTS_RT, so this change is useless as
> > CONFIG_PREEMPT_RT cannot be selected.
>
> Yeah I don't think there's any point adding the "_RT" to the __die()
> output until/if we ever start supporting PREEMPT_RT.

so jut the PREEMPT -> PREEMPTION bits then?

> cheers

Sebastian