diff options
author | 1999-05-21 17:46:42 +0000 | |
---|---|---|
committer | 1999-05-21 17:46:42 +0000 | |
commit | c13cd0943b3358a81ad94786f3fb0f4ed2af92b5 (patch) | |
tree | 7729052430a8c8543b653fadf0a6484bf26d53bd | |
parent | break bits, cleanup (diff) | |
download | wireguard-openbsd-c13cd0943b3358a81ad94786f3fb0f4ed2af92b5.tar.xz wireguard-openbsd-c13cd0943b3358a81ad94786f3fb0f4ed2af92b5.zip |
define fpu_curproc
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index a8b74f1e184..a3b75af9a12 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.5 1999/04/20 20:55:38 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.6 1999/05/21 17:46:42 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -178,6 +178,7 @@ u_int cpu_ticksnum, cpu_ticksdenom, cpu_hzticks; dev_t bootdev; int totalphysmem, physmem, resvmem, esym; struct user *proc0paddr; +struct proc *fpu_curproc; int copr_sfu_config; int fpcopr_version; |