From: Kirill Tkhai Date: Fri, 2 Aug 2013 15:23:18 +0000 (+0400) Subject: sparc64: Fix ITLB handler of null page X-Git-Tag: v3.2.52~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19452ae3b32db6b1c33f9248f36f188fb439cc77;p=pandora-kernel.git sparc64: Fix ITLB handler of null page [ Upstream commit 1c2696cdaad84580545a2e9c0879ff597880b1a9 ] 1)Use kvmap_itlb_longpath instead of kvmap_dtlb_longpath. 2)Handle page #0 only, don't handle page #1: bleu -> blu (KERNBASE is 0x400000, so #1 does not exist too. But everything is possible in the future. Fix to not to have problems later.) 3)Remove unused kvmap_itlb_nonlinear. Signed-off-by: Kirill Tkhai CC: David Miller Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed