[SPARC64]: Do not write garbage into %pstate in tsb_context_switch().
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 16 Feb 2006 05:16:42 +0000 (21:16 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:08 +0000 (01:13 -0800)
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>

No differences found