From: Russ Anderson Date: Thu, 24 Aug 2006 16:08:52 +0000 (-0500) Subject: [IA64] remove redundant local_irq_save() calls from sn_sal.h X-Git-Tag: v2.6.18-rc6~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986e12fa74c837d7fe5bdfe80666e2e2d46711bd;p=pandora-kernel.git [IA64] remove redundant local_irq_save() calls from sn_sal.h 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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed