Commit 3f19a84e authored by David S. Miller's avatar David S. Miller

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

It should be 1, not 0.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment