From: Marcelo Tosatti Date: Tue, 28 Jul 2009 18:26:59 +0000 (-0300) Subject: KVM: MMU: fix bogus alloc_mmu_pages assignment X-Git-Tag: v2.6.32-rc1~693^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90c062c65cc8839edfac39778a37a55ca9bda36;p=pandora-kernel.git KVM: MMU: fix bogus alloc_mmu_pages assignment Remove the bogus n_free_mmu_pages assignment from alloc_mmu_pages. It breaks accounting of mmu pages, since n_free_mmu_pages is modified but the real number of pages remains the same. Cc: stable@kernel.org Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed