diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2019-11-01 16:01:53 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-11-04 22:10:07 +0100 |
commit | 446e693ca30b7c7c2aaeaf09e90ec224c7538fec (patch) | |
tree | bc7decac8908de10db522d0824cf4be089e8543e /tools/arch/x86/include | |
parent | c08550510ca26bd57eabfe912281635e382193e5 (diff) | |
download | linux-446e693ca30b7c7c2aaeaf09e90ec224c7538fec.tar.bz2 |
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
Diffstat (limited to 'tools/arch/x86/include')
0 files changed, 0 insertions, 0 deletions