diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-09-04 20:36:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-09-04 20:36:53 +0000 |
commit | a785087c8f518f504aa2499776a27def20d8f958 (patch) | |
tree | 2e8f7a8d8a6bfb99d744073a325749f481593b56 /sys/arch/sparc64/include/cpu.h | |
parent | d634e3d96597a69b532b1fcabc08cdf3432dacb2 (diff) |
UltraSPARC CPUs always have an on-chip FPU. There really is no need to have
the code to detect the various FPUs of earlier SPARC V7 and V8 CPUs.
ok deraadt@, miod@
Diffstat (limited to 'sys/arch/sparc64/include/cpu.h')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 52eced2f583..25ecdad817a 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.40 2007/05/14 21:38:08 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.41 2007/09/04 20:36:52 kettenis Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -191,7 +191,6 @@ extern int want_ast; * XXX this must be per-cpu (eventually) */ extern struct proc *fpproc; /* FPU owner */ -extern int foundfpu; /* true => we have an FPU */ /* machdep.c */ int ldcontrolb(caddr_t); |