summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-04-24 10:49:11 +0200
committerIngo Molnar <mingo@kernel.org>2015-05-19 15:47:35 +0200
commit91a8c2a5b43fc4be4adb4bda50cd331697e289e0 (patch)
treecc9606604601f8793f909c97953fa581f9aad7cb /arch/arm64/boot/dts/arm
parent400e4b209166dcd3e3a155401c57bdc6413bf715 (diff)
x86/fpu: Clean up and fix MXCSR handling
The code has the following problems: - it uses a single global 'fx_scratch' area that multiple CPUs could write into simultaneously, in theory. - it wastes 512 bytes of .data for something that is only rarely used. Fix this by moving the state buffer to the stack. Note that while this is 512 bytes, we don't ever call this function in very deep callchains, so its stack usage should not be a problem. Also add comments to explain the magic 0x0000ffbf default value. Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/arm')
0 files changed, 0 insertions, 0 deletions