summaryrefslogtreecommitdiffstats
path: root/sys/arm64/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/include/pcb.h')
-rw-r--r--sys/arm64/include/pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/include/pcb.h b/sys/arm64/include/pcb.h
index 55dd6e9..4426226 100644
--- a/sys/arm64/include/pcb.h
+++ b/sys/arm64/include/pcb.h
@@ -40,7 +40,7 @@ struct pcb {
/* These two need to be in order as we access them together */
uint64_t pcb_sp;
uint64_t pcb_tpidr_el0;
- vm_offset_t pcb_l1addr;
+ vm_offset_t pcb_l0addr;
/* Fault handler, the error value is passed in x0 */
vm_offset_t pcb_onfault;
OpenPOWER on IntegriCloud