KVM: MMU: Optimize prefetch_page()
authorAvi Kivity <avi@qumranet.com>
Thu, 29 May 2008 11:20:16 +0000 (14:20 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:28 +0000 (12:42 +0300)
Instead of reading each pte individually, read 256 bytes worth of ptes and
batch process them.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found