Disable x2apic for solaris 11

Same hack that 10 needs
This commit is contained in:
Andrew Cook 2016-03-24 21:09:13 +11:00 committed by Cole Robinson
parent 4c3e7969c6
commit 1421772e4e

View File

@ -431,7 +431,7 @@ class _OsVariant(object):
def broken_x2apic(self):
# x2apic breaks networking in solaris10
# https://bugs.launchpad.net/bugs/1395217
return self.name == 'solaris10'
return self.name in ('solaris10', 'solaris11')
def get_clock(self):
if self.is_windows() or self._family in ['solaris']: