From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758217Ab0CaVIA (ORCPT ); Wed, 31 Mar 2010 17:08:00 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45879 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752990Ab0CaVH5 (ORCPT ); Wed, 31 Mar 2010 17:07:57 -0400 Date: Wed, 31 Mar 2010 13:52:20 -0700 From: Andrew Morton To: Yinghai Lu Cc: Rabin Vincent , lkml , hpa@zytor.com, penberg@cs.helsinki.fi, cl@linux-foundation.org, Benjamin Herrenschmidt , linux-arch@vger.kernel.org Subject: Re: start_kernel(): bug: interrupts were enabled early Message-Id: <20100331135220.c6695a51.akpm@linux-foundation.org> In-Reply-To: <4BB3B4DB.7040904@kernel.org> References: <20100325194100.GA2364@debian> <20100331134048.da4e35a7.akpm@linux-foundation.org> <4BB3B4DB.7040904@kernel.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Mar 2010 13:47:23 -0700 Yinghai Lu wrote: > spin_unlock_irq from arm is different from other archs? No, spin_unlock_irq() unconditionally enables interrupts on all architectures.