commit | f00c2d36bf6d7efece79713930763d9a0460283e | [log] [tgz] |
---|---|---|
author | Xiantao Zhang <xiantao.zhang@intel.com> | Thu Jan 31 17:46:09 2008 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Feb 04 15:50:13 2008 -0800 |
tree | 828623c11460982211a20252155759e1135644a0 | |
parent | a7d57ecf4216ed29328f8e701bd65ebb66a0284c [diff] |
[IA64] ia64_set_psr should use srlz.i The only in kernel use of ia64_set_psr() needs to follow it with a srlz.i (since it is changing state for PSR.ic). So it is pointless to issue srlz.d inside this function. Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>