arm64: Delete stale comment

Fixes:	078a69abcb ("Use a uint64_t to store the arm64 mpidr")
This commit is contained in:
Jessica Clarke 2024-03-27 15:43:38 -04:00
parent 3fa9578403
commit d5aead83df

View file

@ -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]