From: Rik van Riel Date: Fri, 6 Feb 2015 20:02:03 +0000 (-0500) Subject: x86/fpu: Use an explicit if/else in switch_fpu_prepare() X-Git-Tag: omap-for-v4.2/o2_dc~179^2~12^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1361ef29c7e49ae7cf37220c25fac1904b77f71a;p=pandora-kernel.git x86/fpu: Use an explicit if/else in switch_fpu_prepare() Use an explicit if/else branch after __save_init_fpu(old) in switch_fpu_prepare(). This makes substituting the assignment with a call in task_disable_lazy_fpu_restore() in the next patch easier to review. Signed-off-by: Rik van Riel Cc: Linus Torvalds Cc: Oleg Nesterov Link: http://lkml.kernel.org/r/1423252925-14451-7-git-send-email-riel@redhat.com [ Space out stuff for more readability. ] Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed