Re: [PATCH v2 2/7] x86/entry/32: Simplify common_exception

From: Andy Lutomirski
Date: Thu Jul 04 2019 - 17:51:43 EST


On Thu, Jul 4, 2019 at 1:03 PM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> By adding one more option to SAVE_ALL we can make use of it in
> common_exception and simplify things. This saves duplication later
> where page_fault will no longer use common_exception.
>

Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>

Although I'm still looking forward to the far-off magical day when we
decide we can drop 32-bit support entirely!