commit | 258ed7d02843052d127df2264c8b342276ced18a | [log] [tgz] |
---|---|---|
author | Leonardo Bras <leonardo@linux.ibm.com> | Mon Sep 23 18:30:23 2019 -0300 |
committer | Paul Mackerras <paulus@ozlabs.org> | Tue Oct 22 16:29:01 2019 +1100 |
tree | e821ab28340648e4380cbcfc340b9567b2f1a86f | |
parent | 1a9167a214f560a23c5050ce6dfebae489528f0d [diff] |
KVM: PPC: Reduce calls to get current->mm by storing the value locally Reduces the number of calls to get_current() in order to get the value of current->mm by doing it once and storing the value, since it is not supposed to change inside the same process). Signed-off-by: Leonardo Bras <leonardo@linux.ibm.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>