diff options
author | decke <decke@FreeBSD.org> | 2014-04-28 23:01:33 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2014-04-28 23:01:33 +0800 |
commit | 5005c620165e6be364602fd97e52bbb70632eb44 (patch) | |
tree | d84dd5ae6f6f770ea0892d435907907f4959e477 /emulators | |
parent | 612e0d73a53f51d661a3a35b51be99f64273e623 (diff) | |
download | freebsd-ports-gnome-5005c620165e6be364602fd97e52bbb70632eb44.tar.gz freebsd-ports-gnome-5005c620165e6be364602fd97e52bbb70632eb44.tar.zst freebsd-ports-gnome-5005c620165e6be364602fd97e52bbb70632eb44.zip |
- Add undef MSR_IA32_FEATURE_CONTROL for FreeBSD 10.0/i386
PR: ports/189068
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-include-iprt-x86.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/files/patch-include-iprt-x86.h b/emulators/virtualbox-ose/files/patch-include-iprt-x86.h index e1fd3451e9c6..2b312b563045 100644 --- a/emulators/virtualbox-ose/files/patch-include-iprt-x86.h +++ b/emulators/virtualbox-ose/files/patch-include-iprt-x86.h @@ -1,6 +1,6 @@ --- include/iprt/x86.h.orig 2014-02-25 11:59:50.000000000 -0500 +++ include/iprt/x86.h 2014-03-11 16:46:08.000000000 -0400 -@@ -35,6 +35,15 @@ +@@ -35,6 +35,16 @@ # pragma D depends_on library vbox-types.d #endif @@ -11,6 +11,7 @@ +# undef MSR_IA32_PLATFORM_ID +# undef MSR_BBL_CR_CTL3 +# undef MSR_IA32_MISC_ENABLE ++# undef MSR_IA32_FEATURE_CONTROL +#endif + /* Workaround for Solaris sys/regset.h defining CS, DS */ |