From: Ingo Molnar Date: Mon, 27 Apr 2015 03:52:40 +0000 (+0200) Subject: x86/fpu: Remove failure paths from fpstate-alloc low level functions X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~117 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d6ee6e2e52ec604cc1d76877791f8e8f5c79b5;p=pandora-kernel.git x86/fpu: Remove failure paths from fpstate-alloc low level functions Now that we always allocate the FPU context as part of task_struct there's no need for separate allocations - remove them and their primary failure handling code. ( Note that there's still secondary error codes that have become superfluous, those will be removed in separate patches. ) Move the somewhat misplaced setup_xstate_comp() call to the core. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed