Got this from mike ------------------------- Begin forwarded message:
Date: Tue, 22 Mar 2016 16:20:16 +0000 From: Michael Taufen <[email protected]> Ah damn, I must have forgotten to change cpu_has_feat(CPU_FEAT_X86_XSAVEOPT) to cpu_has_feat(CPU_FEAT_X86_XSAVE) in those setup functions when I decided to support xsave as well. Nice find. *See if this fixes your issue:* The following changes since commit 6789ef266313fc0429a74c890ef8d6624c75835b: Add git helper scripts and update Doc/Contributing (2016-03-16 13:40:10 -0400) are available in the git repository at: [email protected]:mtaufen/akaros.git xsave-patch-init for you to fetch changes up to a8ca03b902225cb10786b08b4152f25c6fc8408c: Modify cpu feat barrier for enabling CR4_OSXSAVE (2016-03-22 09:17:46 -0700) ---------------------------------------------------------------- Michael Taufen (1): Modify cpu feat barrier for enabling CR4_OSXSAVE kern/arch/x86/init.c | 2 +- kern/arch/x86/smp_boot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
