mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
[SPARC64]: Set associativity of kernel TSB descriptor correctly.
It should be 1, not 0. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c857e3fdbc
commit
3f19a84e39
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user