Re: [PATCH v3 00/41] powerpc/32: Switch to interrupt entry/exit in C

2021-03-30 Thread Michael Ellerman
On Fri, 12 Mar 2021 12:50:09 + (UTC), Christophe Leroy wrote: > This series aims at porting interrupt entry/exit in C on PPC32, using > the work already merged for PPC64. > > First patch is an optimisation around unrecoverable_exception() function. > > Six following patches do minimal

[PATCH v3 00/41] powerpc/32: Switch to interrupt entry/exit in C

2021-03-12 Thread Christophe Leroy
This series aims at porting interrupt entry/exit in C on PPC32, using the work already merged for PPC64. First patch is an optimisation around unrecoverable_exception() function. Six following patches do minimal changes in 40x in order to be able to enable MMU earlier in exception entry.