OSDN Git Service

alpha: fix lazy-FPU mis(merged/applied/whatnot)
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 7 Mar 2023 00:58:56 +0000 (19:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 7 Mar 2023 01:13:49 +0000 (20:13 -0500)
commitc64c67c0748be5afb769a4eedbeb3ce6de36958f
treeee235634444093400350b1ec030e3cb3406d6e64
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
alpha: fix lazy-FPU mis(merged/applied/whatnot)

Looks like a braino that used to be fixed in e.g. #next.alpha
had gotten into alpha.git cherry-picked version of that patch.

Sure, alpha has no preempt, but preempt_enable() in place of
preempt_disable() is actively confusing the readers...

Other than that, the cherry-picked variant matches what I have.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/lib/fpreg.c