summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-02-19 22:04:24 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-02-19 22:04:24 +0000
commitdb127d4ce1bb32b353f9392d22572615ac0cb209 (patch)
tree9eacbfc25684d32a8c06e594cad8d43edb1c1e4d /sys
parentdc3ded72ed6da73be856d50823d11ee8eda328f1 (diff)
replacemul has been broken all the time. comment it out for now.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/sparc/cpu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/sparc/cpu.c b/sys/arch/sparc/sparc/cpu.c
index cd4de969103..0ad6638e78f 100644
--- a/sys/arch/sparc/sparc/cpu.c
+++ b/sys/arch/sparc/sparc/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.24 2000/02/19 21:45:56 art Exp $ */
+/* $OpenBSD: cpu.c,v 1.25 2000/02/19 22:04:23 art Exp $ */
/* $NetBSD: cpu.c,v 1.56 1997/09/15 20:52:36 pk Exp $ */
/*
@@ -1311,6 +1311,7 @@ fsrtoname(impl, vers, fver, buf)
void
replacemul()
{
+#ifdef notyet
extern void *_umulreplace, *_umulreplace_end;
extern void *_mulreplace, *_mulreplace_end;
extern char *_mul, *_umul;
@@ -1330,4 +1331,5 @@ replacemul()
pmap_writetext(_mul + (i<<2), j);
}
splx(s);
+#endif
}