diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-29 20:01:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-29 20:01:33 +0000 |
commit | e1cdcbf1e98e97204de102f963c98bc8c760e19b (patch) | |
tree | 63e4b336028730336aef0bccbde1ca2989d85782 | |
parent | 70ee2587ea883149c5cf47942d94d01de080547f (diff) |
Remove dead extern declarations.
-rw-r--r-- | sys/arch/sparc64/sparc64/vm_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/sparc64/vm_machdep.c b/sys/arch/sparc64/sparc64/vm_machdep.c index dc6ad0649a3..179a731392c 100644 --- a/sys/arch/sparc64/sparc64/vm_machdep.c +++ b/sys/arch/sparc64/sparc64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.12 2005/08/08 19:48:37 kettenis Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.13 2006/05/29 20:01:32 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.38 2001/06/30 00:02:20 eeh Exp $ */ /* @@ -69,11 +69,6 @@ #include <sparc64/sparc64/cache.h> -/* XXX These are in sbusvar.h, but including that would be problematical */ -struct sbus_softc *sbus0; -void sbus_enter(struct sbus_softc *, vaddr_t va, int64_t pa, int flags); -void sbus_remove(struct sbus_softc *, vaddr_t va, int len); - /* * Move pages from one kernel virtual address to another. */ |