summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-05-03 01:17:40 +0000
committerjhb <jhb@FreeBSD.org>2016-05-03 01:17:40 +0000
commitc71e075efbd7e1177bbe1ebf5bda0d7ae584a598 (patch)
tree821b2b69afc5308c273180646eab69cb09ab3979 /sys/dev/acpica/acpi_pcib.c
parent593ac218e030fd7d69960e8f7fd21fb983b66be9 (diff)
downloadFreeBSD-src-c71e075efbd7e1177bbe1ebf5bda0d7ae584a598.zip
FreeBSD-src-c71e075efbd7e1177bbe1ebf5bda0d7ae584a598.tar.gz
Revert bus_get_cpus() for now.
I really thought I had run this through the tinderbox before committing, but many places need <sys/types.h> -> <sys/param.h> for <sys/bus.h> now.
Diffstat (limited to 'sys/dev/acpica/acpi_pcib.c')
-rw-r--r--sys/dev/acpica/acpi_pcib.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c
index bf1fc79..ffcb8ca 100644
--- a/sys/dev/acpica/acpi_pcib.c
+++ b/sys/dev/acpica/acpi_pcib.c
@@ -265,11 +265,3 @@ acpi_pcib_power_for_sleep(device_t pcib, device_t dev, int *pstate)
acpi_device_pwr_for_sleep(acpi_dev, dev, pstate);
return (0);
}
-
-int
-acpi_pcib_get_cpus(device_t pcib, device_t dev, enum cpu_sets op,
- size_t setsize, cpuset_t *cpuset)
-{
-
- return (bus_get_cpus(pcib, op, setsize, cpuset));
-}
OpenPOWER on IntegriCloud