summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-09-21 21:08:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-09-21 21:08:36 +0000
commitce8ddd13a6c22a6c119b6211e01e7e967600b9d8 (patch)
tree771fb4ccf1c4197f7cb79fd790279617111861da /sys/arch/sparc64/include
parent11ab7938f44b7fe2122946c683cfb8845448d61a (diff)
isbad() is only used on SMD disks on sparc; remove it on other platforms.
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/cpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h
index 30f2b40dec4..e109dd4e92b 100644
--- a/sys/arch/sparc64/include/cpu.h
+++ b/sys/arch/sparc64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.31 2005/04/26 18:54:38 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.32 2005/09/21 21:08:35 miod Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
@@ -186,9 +186,6 @@ extern int want_resched; /* resched() was called */
extern struct proc *fpproc; /* FPU owner */
extern int foundfpu; /* true => we have an FPU */
-/* disksubr.c */
-struct dkbad;
-int isbad(struct dkbad *bt, int, int, int);
/* machdep.c */
int ldcontrolb(caddr_t);
void dumpconf(void);