From: Peter Dinda Date: Sun, 21 Sep 2014 20:13:01 +0000 (-0500) Subject: Revert mistakenly overwritten lazy FP change (no functional change) X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=f41eb8ea81fe04856e0939d0f6a7bec9564a8043 Revert mistakenly overwritten lazy FP change (no functional change) --- diff --git a/linux_module/palacios-stubs.c b/linux_module/palacios-stubs.c index ba9da58..1e1d17e 100644 --- a/linux_module/palacios-stubs.c +++ b/linux_module/palacios-stubs.c @@ -835,7 +835,7 @@ void palacios_used_fpu(void) struct thread_info *cur = current_thread_info(); // We assume we are not preemptible here... - cur->status |= 1; + cur->status |= TS_USEDFPU; clts(); // After this, FP Save should be handled by Linux if it // switches to a different task and that task uses FPU