From: Marcelo Tosatti Date: Thu, 8 Jan 2009 19:44:19 +0000 (-0200) Subject: KVM: MMU: drop zeroing on mmu_memory_cache_alloc X-Git-Tag: v2.6.30-rc1~664^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9903a927a4aea4b1ea42356a8453fca664df0b18;p=pandora-kernel.git KVM: MMU: drop zeroing on mmu_memory_cache_alloc Zeroing on mmu_memory_cache_alloc is unnecessary since: - Smaller areas are pre-allocated with kmem_cache_zalloc. - Page pointed by ->spt is overwritten with prefetch_page and entries in page pointed by ->gfns are initialized before reading. [avi: zeroing pages is unnecessary] Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed