commit | a7b31bac691668a60da8b9892124b7da408e0a0e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Feb 15 21:16:42 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 20 01:13:08 2006 -0800 |
tree | 2bdf523086234a5cb9e943e45df879f1f264a516 | |
parent | de635d833f61ce0f2ad0b3431e6a3323a1c4fed5 [diff] |
[SPARC64]: Do not write garbage into %pstate in tsb_context_switch(). For SUN4V, we were clobbering %o5 to do the hypervisor call. This clobbers the saved %pstate value and we end up writing garbage into that register as a result. Oops. Signed-off-by: David S. Miller <davem@davemloft.net>