diff options
author | Oleg Nesterov <[email protected]> | 2015-03-10 07:06:24 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-03-10 07:14:31 +0100 |
commit | e7f180dcd8ab48f18b20d7e8a7e9b39192bdf8e0 (patch) | |
tree | 96aeb3f9e38c888728417376daa7ab92472f8c5d /net/lapb/lapb_iface.c | |
parent | ae486033b980346eb6a77240101210cb66924a91 (diff) |
x86/fpu: Change xstateregs_get()/set() to use ->xsave.i387 rather than ->fxsave
This is a cosmetic change: xstateregs_get() and xstateregs_set()
abuse ->fxsave to access xsave->i387.sw_reserved.
This practice is correct, ->fxsave and xsave->i387 share the same memory,
but IMHO this looks confusing.
And we can make this code more readable if we add a
"struct xsave_struct *" local variable as well.
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Tavis Ormandy <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions