From: Andrea Arcangeli Date: Thu, 13 Jan 2011 23:46:36 +0000 (-0800) Subject: thp: add pmd paravirt ops X-Git-Tag: v2.6.38-rc1~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331127f799d1618e2ad978a0d220ed935a7b0ca8;p=pandora-kernel.git thp: add pmd paravirt ops Paravirt ops pmd_update/pmd_update_defer/pmd_set_at. Not all might be necessary (vmware needs pmd_update, Xen needs set_pmd_at, nobody needs pmd_update_defer), but this is to keep full simmetry with pte paravirt ops, which looks cleaner and simpler from a common code POV. Signed-off-by: Andrea Arcangeli Acked-by: Rik van Riel Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed