From: Ian Campbell Date: Fri, 29 Oct 2010 15:56:19 +0000 (+0100) Subject: xen: correct size of level2_kernel_pgt X-Git-Tag: v2.6.37-rc2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d771c036eb8c040683089ca04c36dfb93a0e60;p=pandora-kernel.git xen: correct size of level2_kernel_pgt sizeof(pmd_t *) is 4 bytes on 32-bit PAE leading to an allocation of only 2048 bytes. The correct size is sizeof(pmd_t) giving us a full page allocation. Signed-off-by: Ian Campbell Cc: Jeremy Fitzhardinge Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed