diff options
Diffstat (limited to 'sys/arch/arm64/include/pcb.h')
-rw-r--r-- | sys/arch/arm64/include/pcb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm64/include/pcb.h b/sys/arch/arm64/include/pcb.h index b1b1b9b43eb..c242aab93ac 100644 --- a/sys/arch/arm64/include/pcb.h +++ b/sys/arch/arm64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.2 2017/01/10 13:13:12 patrick Exp $ */ +/* $OpenBSD: pcb.h,v 1.3 2017/03/24 19:48:01 kettenis Exp $ */ /* * Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com> * @@ -38,7 +38,6 @@ struct pcb { caddr_t pcb_onfault; // On fault handler struct fpreg pcb_fpstate; // Floating Point state */ struct cpu_info *pcb_fpcpu; - paddr_t pcb_pagedir; // ttbr0 void *pcb_tcb; }; |