From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from viefep20-int.chello.at (viefep20-int.chello.at [62.179.121.40]) by bilbo.ozlabs.org (Postfix) with ESMTP id 8AF37B7093 for ; Wed, 26 Aug 2009 21:33:25 +1000 (EST) Subject: Re: [v2 PATCH 2/2]: pseries: Implement Pseries Processor Idle idle module. From: Peter Zijlstra To: arun@linux.vnet.ibm.com In-Reply-To: <20090826111003.GC29759@linux.vnet.ibm.com> References: <20090826110721.GA29759@linux.vnet.ibm.com> <20090826111003.GC29759@linux.vnet.ibm.com> Content-Type: text/plain Date: Wed, 26 Aug 2009 13:27:18 +0200 Message-Id: <1251286038.1329.1.camel@twins> Mime-Version: 1.0 Cc: Gautham R Shenoy , linux-kernel@vger.kernel.org, Paul Mackerras , Ingo Molnar , linuxppc-dev@lists.ozlabs.org, Balbir Singh List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-08-26 at 16:40 +0530, Arun R Bharadwaj wrote: > +void (*pm_idle)(void); > +EXPORT_SYMBOL_GPL(pm_idle); Seriously.. this caused plenty problems over on x86 and you're doing the exact same dumb thing?