commit | 92c1c1e85bdd72b41f9fd39b9d43d4b3c146d02d | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Fri Jul 01 01:36:07 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:43 2011 +0300 |
tree | c754a7a47d3a9733ac9bfdb5b68ff2d6889d39b9 | |
parent | 134291bf3cb434a9039298ba6b15ef33e65ba542 [diff] |
KVM: MMU: Rename the walk label in walk_addr_generic() The current name does not explain the meaning well. So give it a better name "retry_walk" to show that we are trying the walk again. This was suggested by Ingo Molnar. Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>