]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/i387.c
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[karo-tx-linux.git] / arch / x86 / kernel / i387.c
index 2d6e6498c176cda24349b01d5d89cd57b2cfb5ac..f250431fb50574727a6407f8b7618bdedb5a1885 100644 (file)
@@ -88,7 +88,7 @@ void kernel_fpu_begin(void)
                __thread_clear_has_fpu(me);
                /* We do 'stts()' in kernel_fpu_end() */
        } else {
-               percpu_write(fpu_owner_task, NULL);
+               this_cpu_write(fpu_owner_task, NULL);
                clts();
        }
 }