From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 10 Jan 2002 19:07:21 +0000 Subject: Re: [Linux-ia64] latest MCA logging patch Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Jenna> include/asm-ia64/sal.h: - Removed spinlock from SAL calls to Jenna> conform to SAL spec. SAL is re-entrant now? BTW: please do not use save_and_cli() in new code. Use local_irq_save() instead. Thanks, --david