aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-03-26 18:33:33 +0000
committerMark Johnston <markj@FreeBSD.org>2023-03-27 12:56:22 +0000
commitad2f2ee01543e219b6af6a839d833a117806bad7 (patch)
treed771e1f03cb63101bdd6a3149ee775bb04156a46
parent6aa5b10d0c245eef2410e82a02920131f65f83a3 (diff)
downloadsrc-ad2f2ee01543e219b6af6a839d833a117806bad7.tar.gz
src-ad2f2ee01543e219b6af6a839d833a117806bad7.zip
arm64: Remove duplicated function prototypes for PAC
No functional change intended. Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/arm64/include/cpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/arm64/include/cpu.h b/sys/arm64/include/cpu.h
index 280a759a4f06..88a9ac18080b 100644
--- a/sys/arm64/include/cpu.h
+++ b/sys/arm64/include/cpu.h
@@ -209,17 +209,6 @@ void ptrauth_thread0(struct thread *);
void ptrauth_mp_start(uint64_t);
#endif
-/* Pointer Authentication Code (PAC) support */
-void ptrauth_init(void);
-void ptrauth_fork(struct thread *, struct thread *);
-void ptrauth_exec(struct thread *);
-void ptrauth_copy_thread(struct thread *, struct thread *);
-void ptrauth_thread_alloc(struct thread *);
-void ptrauth_thread0(struct thread *);
-#ifdef SMP
-void ptrauth_mp_start(uint64_t);
-#endif
-
/* Functions to read the sanitised view of the special registers */
void update_special_regs(u_int);
bool extract_user_id_field(u_int, u_int, uint8_t *);