commit | 1c2696cdaad84580545a2e9c0879ff597880b1a9 | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <tkhai@yandex.ru> | Fri Aug 02 19:23:18 2013 +0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 02 17:29:06 2013 -0700 |
tree | c55e54277509649f3e45460a7d96dc5930ef8025 | |
parent | 21af8107f27878813d0364733c0b08813c2c192a [diff] |
sparc64: Fix ITLB handler of null page 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>