Re: [PATCH 14/14] powerpc/64s: use the same default PPR for user and kernel

2021-05-17 Thread Christophe Leroy
Le 15/03/2021 à 23:04, Nicholas Piggin a écrit : Change the default PPR to userspace to 4 (medium), matching the normal kernel PPR. This allows system calls and user interrupts to avoid setting PPR on entry and exit, providing a significant speedup. This is a change to the user environment.

[PATCH 14/14] powerpc/64s: use the same default PPR for user and kernel

2021-03-15 Thread Nicholas Piggin
Change the default PPR to userspace to 4 (medium), matching the normal kernel PPR. This allows system calls and user interrupts to avoid setting PPR on entry and exit, providing a significant speedup. This is a change to the user environment. The problem with changing the kernel to match userspac