From: Stuart Menefy Date: Fri, 5 Sep 2008 07:17:15 +0000 (+0900) Subject: sh: vmalloc pgtable sync fix. X-Git-Tag: v2.6.28-rc1~99^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e14e54a6abd5a4bcd75e33962f87bef145d1f6;p=pandora-kernel.git sh: vmalloc pgtable sync fix. This fixes a problem in the code which copies the vmalloc portion of the kernel's page table into the current user space page table. The addition of the four level page table code breaks on folded page tables, because the pud level is always present (although folded). This updates the code to use the same style of updates for the pud as is used for the pgd level. Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed