git: d5aead83dfa8 - main - arm64: Delete stale comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Mar 2024 19:44:29 UTC
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=d5aead83dfa8859ad8e12b8b782545c75fecb9b1 commit d5aead83dfa8859ad8e12b8b782545c75fecb9b1 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2024-03-27 19:43:38 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2024-03-27 19:43:38 +0000 arm64: Delete stale comment Fixes: 078a69abcbb8 ("Use a uint64_t to store the arm64 mpidr") --- sys/arm64/include/pcpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm64/include/pcpu.h b/sys/arm64/include/pcpu.h index ff2bf4df1271..09bd8fa8a966 100644 --- a/sys/arm64/include/pcpu.h +++ b/sys/arm64/include/pcpu.h @@ -48,7 +48,6 @@ struct debug_monitor_state; pcpu_ssbd pc_ssbd; \ struct pmap *pc_curpmap; \ struct pmap *pc_curvmpmap; \ - /* Store as two u_int values to preserve KBI */ \ uint64_t pc_mpidr; \ u_int pc_bcast_tlbi_workaround; \ char __pad[197]