From: Kevin Hao Date: Thu, 26 Sep 2013 08:41:34 +0000 (+0800) Subject: powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernel X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0edfdd10f57bd989f7c2bc31ce6f601bbee1b664;p=pandora-kernel.git powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernel We already got the value of current_thread_info and ti_flags and store them into r9 and r4 respectively before jumping to resume_kernel. So there is no reason to reload them again. Signed-off-by: Kevin Hao Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed