summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1999-06-22 18:01:12 +0000
committermickey <mickey@openbsd.org>1999-06-22 18:01:12 +0000
commit8d2bd176756929f16ef632581d988eefc540dcad (patch)
treecc1973988b88b1cd6343ed1f7c0997d51cfee64c
parentdo the trace cmd (diff)
downloadwireguard-openbsd-8d2bd176756929f16ef632581d988eefc540dcad.tar.xz
wireguard-openbsd-8d2bd176756929f16ef632581d988eefc540dcad.zip
this change somehow escaped the fpregs commit
-rw-r--r--sys/arch/hppa/include/pcb.h4
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 */
};