Comment out unused routines. They might become used in the future, so they
authormiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:09:49 +0000 (21:09 +0000)
committermiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:09:49 +0000 (21:09 +0000)
are better not moved to the Attic yet.

ok claudio@ kettenis@

sys/arch/sparc64/sparc64/machdep.c
sys/arch/sparc64/sparc64/ofw_machdep.c

index 7942fcd..60da009 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.210 2024/03/29 21:06:14 miod Exp $      */
+/*     $OpenBSD: machdep.c,v 1.211 2024/03/29 21:09:49 miod Exp $      */
 /*     $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
 
 /*-
@@ -1684,11 +1684,13 @@ bus_intr_allocate(bus_space_tag_t t, int (*handler)(void *), void *arg,
        return (ih);
 }
 
+#ifdef notyet
 void
 bus_intr_free(void *arg)
 {
        free(arg, M_DEVBUF, 0);
 }
+#endif
 
 void *
 sparc_mainbus_intr_establish(bus_space_tag_t t, bus_space_tag_t t0, int number,
index ba6f23e..a07a5ae 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ofw_machdep.c,v 1.37 2024/03/29 21:06:14 miod Exp $   */
+/*     $OpenBSD: ofw_machdep.c,v 1.38 2024/03/29 21:09:49 miod Exp $   */
 /*     $NetBSD: ofw_machdep.c,v 1.16 2001/07/20 00:07:14 eeh Exp $     */
 
 /*
@@ -243,6 +243,7 @@ prom_alloc_virt(int len, int align)
        return (vaddr_t)args.retaddr;
 }
 
+#ifdef unused
 /* 
  * Release some address space to the prom
  *
@@ -274,7 +275,7 @@ prom_free_virt(vaddr_t vaddr, int len)
        args.len = len;
        return openfirmware(&args);
 }
-
+#endif
 
 /* 
  * Unmap some address space