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)
commita20d7297045f7fdcd676c15243192eb0e95a4306
treeeb278a36d802bd6d56852ef90e6aeae76a48de15
parent5ed73f40735c68d8a656b46d09b1885d3b8740ae
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
This page took 0.025685 seconds and 5 git commands to generate.