From: Zachary Amsden Date: Sun, 1 Oct 2006 06:29:30 +0000 (-0700) Subject: [PATCH] paravirt: remove read hazard from cow X-Git-Tag: v2.6.19-rc1~501 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc907951446b9317b1887223caa4e083390de9f;p=pandora-kernel.git [PATCH] paravirt: remove read hazard from cow We don't want to read PTEs directly like this after they have been modified, as a lazy MMU implementation of direct page tables may not have written the updated PTE back to memory yet. Signed-off-by: Zachary Amsden Signed-off-by: Jeremy Fitzhardinge Cc: Rusty Russell Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed