]> git.ipfire.org Git - people/ms/linux.git/commit
sparc64: Fix ITLB handler of null page
authorKirill Tkhai <tkhai@yandex.ru>
Fri, 2 Aug 2013 15:23:18 +0000 (19:23 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:29 +0000 (18:14 -0700)
commit1e0a3f6f4660aca6578d768038972cd12727f64d
treed1d36b2a07de8a5a1a97ac1cadefc177bc907470
parent47da75cd1eccef5e203c326bcf74a70701d4f158
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 <tkhai@yandex.ru>
CC: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/kernel/ktlb.S