summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/intr_machdep.h
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2016-07-15 09:44:48 +0000
committerroyger <royger@FreeBSD.org>2016-07-15 09:44:48 +0000
commitd86dfd0d4d3e84a64fa9d2ff10f2ac54d6ed21bc (patch)
tree011e8c9f791e89ce62944866eabd7efd020e5228 /sys/i386/include/intr_machdep.h
parent483bd4e90037279a84561b48f4253c9bbb801b1b (diff)
downloadFreeBSD-src-d86dfd0d4d3e84a64fa9d2ff10f2ac54d6ed21bc.zip
FreeBSD-src-d86dfd0d4d3e84a64fa9d2ff10f2ac54d6ed21bc.tar.gz
MFC r302635:
xen: automatically disable MSI-X interrupt migration Approved by: re (kib)
Diffstat (limited to 'sys/i386/include/intr_machdep.h')
-rw-r--r--sys/i386/include/intr_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h
index 5b9c759..629f137 100644
--- a/sys/i386/include/intr_machdep.h
+++ b/sys/i386/include/intr_machdep.h
@@ -140,6 +140,8 @@ extern cpuset_t intr_cpus;
extern struct mtx icu_lock;
extern int elcr_found;
+extern int msix_disable_migration;
+
#ifndef DEV_ATPIC
void atpic_reset(void);
#endif
OpenPOWER on IntegriCloud