summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-12 14:46:47 -0300
committerRenato Botelho <renato@netgate.com>2016-09-12 14:46:47 -0300
commit710146e9ac46d798c3f15a8830f48e94bad137a5 (patch)
treecbebe7a1c7a2faa1c2c3936972eca1134635b2b9 /sys/i386
parent39fd693a18f8ef73b1268f2321393d5ca6101e89 (diff)
parent5986af9d01080d549cde638c5af2bef5fd977207 (diff)
downloadFreeBSD-src-710146e9ac46d798c3f15a8830f48e94bad137a5.zip
FreeBSD-src-710146e9ac46d798c3f15a8830f48e94bad137a5.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/intr_machdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h
index b71bbb6..5af8cce 100644
--- a/sys/i386/include/intr_machdep.h
+++ b/sys/i386/include/intr_machdep.h
@@ -140,8 +140,9 @@ struct trapframe;
extern struct mtx icu_lock;
extern int elcr_found;
-
+#ifdef SMP
extern int msix_disable_migration;
+#endif
#ifndef DEV_ATPIC
void atpic_reset(void);
OpenPOWER on IntegriCloud