x86/fpu: Update stale variable name in comment
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 1 Nov 2019 12:38:50 +0000 (15:38 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Nov 2019 21:04:19 +0000 (22:04 +0100)
commit58db103784994e9be5322237df7ef0cf4c0afc39
treeea196c1fad3377b8ea5c0acc63dcb77be80f5c29
parenta99d8080aaf358d5d23581244e5da23b35e340b9
x86/fpu: Update stale variable name in comment

When the fpu code was reworked pcntxt_mask was renamed to
xfeatures_mask. Reflect it in the comment as well.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20191101123850.GE1615@uranus.lan
arch/x86/kernel/fpu/xstate.c