]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 1 Nov 2019 13:01:53 +0000 (16:01 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Nov 2019 21:10:07 +0000 (22:10 +0100)
commit74a06811c9a53198fc4265640da79576a801d42e
treebc7decac8908de10db522d0824cf4be089e8543e
parentd873277781696589e9934f9732ebc0d40bd1c85a
x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers

When setting up sizes and offsets for legacy header entries the code uses
hardcoded 0/1 instead of the corresponding enum values XFEATURE_FP and
XFEATURE_SSE.

Replace the hardcoded numbers which enhances readability of the code and
also makes this code the first user of those enum values..

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