KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()
authorAvi Kivity <avi@redhat.com>
Thu, 25 Dec 2008 13:10:50 +0000 (15:10 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:02:52 +0000 (11:02 +0200)
Effectively reverting to the pre walk_shadow() version -- but now
with the reusable for_each().

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/paging_tmpl.h

Simple merge