commit | 0edfdd10f57bd989f7c2bc31ce6f601bbee1b664 | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Thu Sep 26 16:41:34 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:49:25 2013 +1100 |
tree | 198142ff7e30bde25ad53e41ef44bd06b7981b0f | |
parent | 1443d6a2a740b0b0dd644dba0fb96863eea238eb [diff] |
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 <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>