diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 18:25:17 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 18:55:57 +0000 |
| commit | 24038d696e5030f622e87d6651e9dab1cd7fcb2a (patch) | |
| tree | 62d8e3599fd7aad14a33cd151976eb6940d399f8 /sys/arm64/include | |
| parent | 8066b8923ebfd438dc8cb840d2f57066f4daa45d (diff) | |
Diffstat (limited to 'sys/arm64/include')
| -rw-r--r-- | sys/arm64/include/pcb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm64/include/pcb.h b/sys/arm64/include/pcb.h index 9955f5b22714..c0feb1149cf5 100644 --- a/sys/arm64/include/pcb.h +++ b/sys/arm64/include/pcb.h @@ -46,11 +46,6 @@ struct trapframe; #define PCB_FP 10 #define PCB_LR 11 -/* - * struct pcb is known to and used by kernel debuggers. Its layout must be kept - * stable. When adding extra fields that are accessed by kernel debuggers, - * debuggers should be backward compatible by using osreldate. - */ struct pcb { uint64_t pcb_x[12]; /* These two need to be in order as we access them together */ |
