OSDN Git Service

powerpc/stacktrace: Include linux/delay.h
authorMichal Suchanek <msuchanek@suse.de>
Thu, 29 Jul 2021 18:01:03 +0000 (20:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 3 Aug 2021 12:33:37 +0000 (22:33 +1000)
commita6cae77f1bc89368a4e2822afcddc45c3062d499
tree014be07351f24914397d428bf37db5376fdcac3f
parent71737a6c2a8f801622d2b71567d1ec1e4c5b40b8
powerpc/stacktrace: Include linux/delay.h

commit 7c6986ade69e ("powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()")
introduces udelay() call without including the linux/delay.h header.
This may happen to work on master but the header that declares the
functionshould be included nonetheless.

Fixes: 7c6986ade69e ("powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729180103.15578-1-msuchanek@suse.de
arch/powerpc/kernel/stacktrace.c