From 8d1cf518e087e704f472dff94bb0838be8d90119 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 3 Jul 2004 20:56:16 +0000 Subject: 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 107cb1a..10b98bc 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 621e979..83466f9 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 3458d2b..89c7ac9 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 9c0934b..733ffe3 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 -- cgit v1.1