On 2016-02-25 at 11:23 Michael Taufen <[email protected]> wrote: > Revised patch: > > The following changes since commit > a96180a800e667166e3ba3405ddaddf7c87fcda8: > > Turn off TSD in slave processors. (2016-02-24 14:08:13 -0500) > > are available in the git repository at: > > [email protected]:mtaufen/akaros.git xsave-cleanup-final
Thanks! Merged to master at a96180a800e6..6a971b0cd864 (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/a96180a800e6...6a971b0cd864 As an FYI to everyone who didn't read the commit messages, you'll need to reinstall your kernel headers and rebuild userspace. This should work: make xcc-install-headers make userclean make fill-kfs cd tools/apps/busybox; make; cd - make Also, this requires slightly newer hardware for the XSAVE instruction. If you run into a panic like "No XSAVE support! Refusing to boot.", let us know. Barret -- 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.
