summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/include/intr_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h
index 8de839b..22f9a49 100644
--- a/sys/amd64/include/intr_machdep.h
+++ b/sys/amd64/include/intr_machdep.h
@@ -143,9 +143,6 @@ struct nmi_pcpu {
register_t __padding; /* pad to 16 bytes */
};
-#ifdef SMP
-extern cpuset_t intr_cpus;
-#endif
extern struct mtx icu_lock;
extern int elcr_found;
OpenPOWER on IntegriCloud