commit | 314981ac7177a933319e3c071a5cf0a579205e6e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sun Feb 05 21:59:03 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 20 01:11:49 2006 -0800 |
tree | 11895da391ba91195d6d7a67debaa32a28c1215e | |
parent | 936f482af1743141d637483ec10eb881537c26dc [diff] |
[SPARC64]: Kill all %pstate changes in context switch code. They are totally unnecessary because: 1) Interrupts are already disabled when switch_to() runs. 2) We don't use hard-coded alternate globals any longer. This found a case in rtrap, which still assumed alternate global %g6 was current_thread_info(), and that is fixed by this changeset as well. Signed-off-by: David S. Miller <davem@davemloft.net>