Merge branch 'linus' into locking/core, to resolve conflict
Conflicts:
arch/arm/include/asm/percpu.h
As Stephen Rothwell noted, there's a conflict between this commit
in locking/core:
fe91c8983ebe ("lockdep: Change hardirq{s_enabled,_context} to per-cpu variables")
and this fresh upstream commit:
11627cb97bdd ("ARM: percpu.h: fix build error")
fe91c8983ebe is a simpler solution to the dependency problem and doesn't
further increase header hell - so this conflict resolution effectively
reverts
11627cb97bdd and uses the
fe91c8983ebe solution.
Signed-off-by: Ingo Molnar <mingo@kernel.org>