]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Sep 2016 19:57:32 +0000 (19:57 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Sep 2016 19:57:32 +0000 (19:57 +0000)
commitcb10b0379654b944c3732c6b81e05bab01ff5ade
tree74f3cd6192890f54d68ffffa602953dbd3498b54
parent86a5a0fd2f02aef4209bf7736d8a84e51f33ff75
MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.

Move msix_disable_migration under #ifdef SMP since it doesn't make sense
for !SMP kernels.

PR: 212014

git-svn-id: svn://svn.freebsd.org/base/stable/10@305672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/include/intr_machdep.h
sys/i386/include/intr_machdep.h
sys/x86/x86/msi.c
sys/x86/xen/hvm.c