[IA64] remove redundant local_irq_save() calls from sn_sal.h
authorRuss Anderson <rja@efs.americas.sgi.com>
Thu, 24 Aug 2006 16:08:52 +0000 (11:08 -0500)
committerTony Luck <tony.luck@intel.com>
Tue, 29 Aug 2006 17:17:21 +0000 (10:17 -0700)
sn_change_memprotect() does a local_irq_save() then calls
ia64_sal_oemcall_nolock() which calls SAL_CALL_NOLOCK()
which also does a local_irq_save().

This patch removes the redundant local_irq_save() and local_irq_restore()
calls in sn_change_memprotect() and sn_inject_error().

Signed-off-by: Russ Anderson <rja@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found