]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Fold fpu_copy() into fpu__copy()
authorAndy Lutomirski <luto@kernel.org>
Sun, 24 Jan 2016 22:38:08 +0000 (14:38 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Feb 2016 14:42:55 +0000 (15:42 +0100)
commit36e0cd097567e1882eafeee7ee347c8ac495f4b4
treeeb278a36d802bd6d56852ef90e6aeae76a48de15
parent1455568b5baced7dc49e9f08d949a9a297e05b6c
x86/fpu: Fold fpu_copy() into fpu__copy()

Splitting it into two functions needlessly obfuscated the code.
While we're at it, improve the comment slightly.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
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: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: yu-cheng yu <yu-cheng.yu@intel.com>
Link: http://lkml.kernel.org/r/3eb5a63a9c5c84077b2677a7dfe684eef96fe59e.1453675014.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/fpu/core.c