Skip to content
Commit 27e74da9 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

i387: export 'fpu_owner_task' per-cpu variable



(And define it properly for x86-32, which had its 'current_task'
declaration in separate from x86-64)

Bitten by my dislike for modules on the machines I use, and the fact
that apparently nobody else actually wanted to test the patches I sent
out.

Snif. Nobody else cares.

Anyway, we probably should uninline the 'kernel_fpu_begin()' function
that is what modules actually use and that references this, but this is
the minimal fix for now.

Reported-by: default avatarJosh Boyer <jwboyer@gmail.com>
Reported-and-tested-by: default avatarJongman Heo <jongman.heo@samsung.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8ebbfb49
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment