On Tue, Oct 15, 2019 at 12:18 PM Sebastian Andrzej Siewior <[email protected]> wrote: > > From: Thomas Gleixner <[email protected]> > > 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 to die(). > > Cc: Chris Zankel <[email protected]> > Cc: Max Filippov <[email protected]> > Cc: [email protected] > Signed-off-by: Thomas Gleixner <[email protected]> > [bigeasy: +traps.c] > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > --- > arch/xtensa/kernel/entry.S | 2 +- > arch/xtensa/kernel/traps.c | 7 +++++-- > 2 files changed, 6 insertions(+), 3 deletions(-)
Acked-by: Max Filippov <[email protected]> -- Thanks. -- Max

