summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
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/acpivar.h
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/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index bdd179b..56b634f 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -506,9 +506,8 @@ SYSCTL_DECL(_debug_acpi);
* Returns the VM domain ID if found, or -1 if not found / invalid.
*/
int acpi_map_pxm_to_vm_domainid(int pxm);
-int acpi_get_cpus(device_t dev, device_t child, enum cpu_sets op,
- size_t setsize, cpuset_t *cpuset);
int acpi_get_domain(device_t dev, device_t child, int *domain);
+int acpi_parse_pxm(device_t dev, int *domain);
#endif /* _KERNEL */
#endif /* !_ACPIVAR_H_ */
OpenPOWER on IntegriCloud