diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-02-21 21:06:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-02-21 21:06:00 +0000 |
commit | 7686a9d107cbe24bfc6976fcf40b4eb9607eed1c (patch) | |
tree | 1dd48c1e0ab4e30cf0e954e20debf49044400671 /sys/arch/sparc/include | |
parent | 7fd93cb63bfd9aa45b78858ca718ebc55759411c (diff) |
move fpproc into the cpuinfo structure.
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/cpu.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc/include/cpu.h b/sys/arch/sparc/include/cpu.h index e80925c85cb..5ccf95a2502 100644 --- a/sys/arch/sparc/include/cpu.h +++ b/sys/arch/sparc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.7 2000/01/27 20:14:12 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.8 2000/02/21 21:05:58 art Exp $ */ /* $NetBSD: cpu.h,v 1.24 1997/03/15 22:25:15 pk Exp $ */ /* @@ -144,12 +144,6 @@ extern int want_ast; */ #define signotify(p) (want_ast = 1) -/* - * Only one process may own the FPU state. - * - * XXX this must be per-cpu (eventually) - */ -extern struct proc *fpproc; /* FPU owner */ extern int foundfpu; /* true => we have an FPU */ /* |