Re: [PATCH v2 3/6] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables

From: Peter Zijlstra
Date: Fri May 29 2020 - 12:19:07 EST


On Thu, May 28, 2020 at 04:05:38PM +0200, Peter Zijlstra wrote:
> +#include <asm/percpu.h>
> +#include <asm/percpu.h>

If we change those to <linux/percpu-defs.h>, in direct conflict with
what the header says about itself, all builds seem to be good again.

s390, sparc64, power64 all build again.