From: Zachary Amsden Date: Wed, 2 May 2007 17:27:16 +0000 (+0200) Subject: [PATCH] i386: Implement vmi_kmap_atomic_pte X-Git-Tag: v2.6.22-rc1~1011^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeef9c68aae2f4f21ab810d0339e0f22d30b0cd8;p=pandora-kernel.git [PATCH] i386: Implement vmi_kmap_atomic_pte Implement vmi_kmap_atomic_pte in terms of the backend set_linear_mapping operation. The conversion is rather straighforward; call kmap_atomic and then inform the hypervisor of the page mapping. The _flush_tlb damage is due to macros being pulled in from highmem.h. Signed-off-by: Zachary Amsden Signed-off-by: Andi Kleen --- Reading git-diff-tree failed