mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-02 14:15:59 -05:00
Conflicts: arch/arm/include/asm/percpu.h As Stephen Rothwell noted, there's a conflict between this commit in locking/core:a21ee6055c("lockdep: Change hardirq{s_enabled,_context} to per-cpu variables") and this fresh upstream commit:aa54ea903a("ARM: percpu.h: fix build error")a21ee6055cis a simpler solution to the dependency problem and doesn't further increase header hell - so this conflict resolution effectively revertsaa54ea903aand uses thea21ee6055csolution. Signed-off-by: Ingo Molnar <mingo@kernel.org>