From: Jeremy Fitzhardinge Date: Fri, 4 Jul 2008 05:10:18 +0000 (-0700) Subject: xen: fix address truncation in pte mfn<->pfn conversion X-Git-Tag: v2.6.26-rc9~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8355aca23863be659ec5b7e0393cfbfa91ec221;p=pandora-kernel.git xen: fix address truncation in pte mfn<->pfn conversion When converting the page number in a pte/pmd/pud/pgd between machine and pseudo-physical addresses, the converted result was being truncated at 32-bits. This caused failures on machines with more than 4G of physical memory. Signed-off-by: Jeremy Fitzhardinge Cc: "Christopher S. Aker" Cc: Ian Campbell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed