From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 76BB5DDE18 for ; Tue, 22 May 2007 17:14:48 +1000 (EST) Subject: Re: [PATCH 07/13] Implement arch disable/enable irq hooks. From: Benjamin Herrenschmidt To: Johannes Berg In-Reply-To: <1179762902.9122.19.camel@johannes.berg> References: <20070507182950.GF26920@ld0162-tx32.am.freescale.net> <1179762902.9122.19.camel@johannes.berg> Content-Type: text/plain Date: Tue, 22 May 2007 17:14:26 +1000 Message-Id: <1179818066.32247.812.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Guennadi Liakhovetski List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-05-21 at 17:55 +0200, Johannes Berg wrote: > > Then again, if we don't implement these in common code, might we get > link problems when we try building some multiplatform kernel? That's what ppc_md is for :-) Ben.