Skip to content

Commit 835d1c3

Browse files
Marc Zyngierwilldeacon
authored andcommitted
arm64: Drop unnecessary include from asm/smp.h
asm/pointer_auth.h is not needed anymore in asm/smp.h, as 62a679c ("arm64: simplify ptrauth initialization") removed the keys from the secondary_data structure. This also cures a compilation issue introduced by f227e3e ("random32: update the net random state on interrupt and activity"). Fixes: 62a679c ("arm64: simplify ptrauth initialization") Fixes: f227e3e ("random32: update the net random state on interrupt and activity") Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent 966a0ac commit 835d1c3

File tree

1 file changed

+0
-1
lines changed
  • arch/arm64/include/asm

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/smp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <linux/threads.h>
3131
#include <linux/cpumask.h>
3232
#include <linux/thread_info.h>
33-
#include <asm/pointer_auth.h>
3433

3534
DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number);
3635

0 commit comments

Comments
 (0)