Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;