Hi all,
On Mon, 3 Aug 2020 13:54:47 +1000 Stephen Rothwell [off-list ref] wrote:
Commit
1c9df907da83 ("random: fix circular include dependency on arm64 after addition of percpu.h")
exposed a curcular include dependency:
asm/mmu.h includes asm/percpu.h, which includes asm/paca.h, which
includes asm/mmu.h
So fix it by extracting the small part of asm/mmu.h that needs
asm/percu.h into a new file and including that where necessary.
Cc: Willy Tarreau <w@1wt.eu>
Cc: <stable@kernel.org>
Signed-off-by: Stephen Rothwell <redacted>
I should have put:
Fixes: 1c9df907da83 ("random: fix circular include dependency on arm64 after addition of percpu.h")
--
Cheers,
Stephen Rothwell