From: Paul Mundt Date: Mon, 21 Jun 2010 07:26:27 +0000 (+0900) Subject: sh: Fix up PUD trampling in ranged page table init for X2TLB. X-Git-Tag: v2.6.37-rc1~136^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598ee698d9db7beb06e12f4ea9d9a5fbc03a3a77;p=pandora-kernel.git sh: Fix up PUD trampling in ranged page table init for X2TLB. page_table_range_init() presently allocates a PUD page for the 3-level page table case on X2 TLB configurations on each successive call. This results in the previous PUD page being trampled when PMDs with an overlapping PUD are initialized. This case was triggered by putting persistent kmaps immediately below the fixmap range for highmem. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed