From: Takuya Yoshikawa Date: Thu, 30 Jun 2011 16:36:07 +0000 (+0900) Subject: KVM: MMU: Rename the walk label in walk_addr_generic() X-Git-Tag: v3.1-rc1~264^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c1c1e85bdd72b41f9fd39b9d43d4b3c146d02d;p=pandora-kernel.git 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 Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed