From 48375ebec97424a0fb0cee1ed252ac5dfe230edc Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 3 Jul 2004 20:56:16 +0000 Subject: [PATCH] These don't need RMAN_RESOURCE_VISIBLE now that rman is visible --- sys/sparc64/ebus/ebus.c | 1 - sys/sparc64/pci/psycho.c | 1 - sys/sparc64/sbus/sbus.c | 1 - sys/sparc64/sparc64/iommu.c | 1 - 4 files changed, 4 deletions(-) diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c index 107cb1a12892..10b98bc99384 100644 --- a/sys/sparc64/ebus/ebus.c +++ b/sys/sparc64/ebus/ebus.c @@ -46,7 +46,6 @@ * there are machines with both ISA and EBus. */ -#define __RMAN_RESOURCE_VISIBLE #include #include #include diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c index 621e979f92f0..83466f91db40 100644 --- a/sys/sparc64/pci/psycho.c +++ b/sys/sparc64/pci/psycho.c @@ -36,7 +36,6 @@ * UltraSPARC IIi and IIe `sabre' PCI controllers. */ -#define __RMAN_RESOURCE_VISIBLE #include "opt_ofw_pci.h" #include "opt_psycho.h" diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c index 3458d2b42c02..89c7ac9ca5b7 100644 --- a/sys/sparc64/sbus/sbus.c +++ b/sys/sparc64/sbus/sbus.c @@ -103,7 +103,6 @@ * Sbus support. */ -#define __RMAN_RESOURCE_VISIBLE #include #include #include diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c index 9c0934b95af1..733ffe3cfb27 100644 --- a/sys/sparc64/sparc64/iommu.c +++ b/sys/sparc64/sparc64/iommu.c @@ -129,7 +129,6 @@ * - Add bounce buffers to support machines with more than 16GB of RAM. */ -#define __RMAN_RESOURCE_VISIBLE #include "opt_iommu.h" #include