提交 3f19a84e 编写于 作者: D David S. Miller

[SPARC64]: Set associativity of kernel TSB descriptor correctly.

It should be 1, not 0.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c857e3fd
......@@ -1056,7 +1056,7 @@ static void __init sun4v_ktsb_init(void)
break;
};
ktsb_descr[0].assoc = 0;
ktsb_descr[0].assoc = 1;
ktsb_descr[0].num_ttes = KERNEL_TSB_NENTRIES;
ktsb_descr[0].ctx_idx = 0;
ktsb_descr[0].tsb_base = ktsb_pa;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册