diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2014-04-28 15:01:33 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2014-04-28 15:01:33 +0000 |
commit | afd3782547298a3b4c66f32096cc5ae2ca233aed (patch) | |
tree | d84dd5ae6f6f770ea0892d435907907f4959e477 /emulators/virtualbox-ose | |
parent | f715c36ec8be99afbd208530530200a12752d62c (diff) | |
download | ports-afd3782547298a3b4c66f32096cc5ae2ca233aed.tar.gz ports-afd3782547298a3b4c66f32096cc5ae2ca233aed.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose')
-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 */ |