From: Kirill Tkhai <tkhai@xxxxxxxxx> Date: Fri, 02 Aug 2013 19:24:40 +0400 > Compute virtual address before kvmap_itlb call and unify > kvmap_itlb and kvmap_itlb_4v. > > In itlb_miss.S we use the fact that context is 0. So %g6 > is already equal to TAG and we are ready for the call. > > Signed-off-by: Kirill Tkhai <tkhai@xxxxxxxxx> This transformation is not correct. The TAG TARGET register only gives you bits 63 to 22 of the virtual address. The TAG ACCESS gives the full range of bits 63 to 13. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html