From: Ingo Molnar Date: Wed, 27 May 2015 12:04:44 +0000 (+0200) Subject: x86/fpu: Simplify copy_kernel_to_xregs_booting() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65fcd608f6a9ac0316bd3efc75956ca329b6571;p=pandora-kernel.git x86/fpu: Simplify copy_kernel_to_xregs_booting() copy_kernel_to_xregs_booting() has a second parameter that is the mask of xfeatures that should be copied - but this parameter is always -1. Simplify the call site of this function, this also makes it more similar to the function call signature of other copy_kernel_to*regs() functions. Cc: Andy Lutomirski Cc: Bobby Powers Cc: Borislav Petkov Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed