[IA64] ia64_set_psr should use srlz.i
authorXiantao Zhang <xiantao.zhang@intel.com>
Thu, 31 Jan 2008 09:46:09 +0000 (17:46 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 4 Feb 2008 23:50:13 +0000 (15:50 -0800)
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>

No differences found