]> git.baikalelectronics.ru Git - kernel.git/commit
[SPARC64]: Fix bugs in SMP TLB context version expiration handling.
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 Feb 2006 01:56:51 +0000 (17:56 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:14:08 +0000 (01:14 -0800)
commit7591bed0105c3b5bb9079eba849bf2dde581586a
tree0628f23fd3d7bd343966e038d6328f9bf0e8751d
parentf411d052ecf98b62585c34bdb8ab97286c122819
[SPARC64]: Fix bugs in SMP TLB context version expiration handling.

1) We must flush the TLB, duh.

2) Even if the sw context was seen to be valid, the local cpu's
   hw context can be out of date, so reload it unconditionally.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/smp.c