diff options
author | 1999-06-22 18:01:12 +0000 | |
---|---|---|
committer | 1999-06-22 18:01:12 +0000 | |
commit | 8d2bd176756929f16ef632581d988eefc540dcad (patch) | |
tree | cc1973988b88b1cd6343ed1f7c0997d51cfee64c | |
parent | do the trace cmd (diff) | |
download | wireguard-openbsd-8d2bd176756929f16ef632581d988eefc540dcad.tar.xz wireguard-openbsd-8d2bd176756929f16ef632581d988eefc540dcad.zip |
this change somehow escaped the fpregs commit
-rw-r--r-- | sys/arch/hppa/include/pcb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pcb.h b/sys/arch/hppa/include/pcb.h index a1a9f502a11..e50eff429bd 100644 --- a/sys/arch/hppa/include/pcb.h +++ b/sys/arch/hppa/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.3 1999/04/20 19:46:22 mickey Exp $ */ +/* $OpenBSD: pcb.h,v 1.4 1999/06/22 18:01:12 mickey Exp $ */ #ifndef _MACHINE_PCB_H_ #define _MACHINE_PCB_H_ @@ -7,7 +7,7 @@ struct pcb { struct trapframe pcb_tf; - /* would be nice to align to cache line size here XXX */ + u_int64_t pcb_fpregs[HPPA_NFPREGS]; /* not included above */ int (*pcb_onfault) __P((void)); /* SW copy fault handler */ pa_space_t pcb_space; /* copy pmap_space, for asm's sake */ }; |