From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 23 Apr 2013 12:49:51 +1000 From: Michael Ellerman To: Stephen Rothwell Subject: Re: [PATCH v3 12/12] Add /proc interface to control topology updates Message-ID: <20130423024951.GA20902@concordia> References: <51757951.2080007@linux.vnet.ibm.com> <517585DB.9040603@linux.vnet.ibm.com> <20130423120026.85860c95d1c82582fa9a6ef5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130423120026.85860c95d1c82582fa9a6ef5@canb.auug.org.au> Cc: Nathan Fontenot , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Apr 23, 2013 at 12:00:26PM +1000, Stephen Rothwell wrote: > Hi Nathan, > > On Mon, 22 Apr 2013 13:47:55 -0500 Nathan Fontenot wrote: > > > > #if defined(CONFIG_NUMA) && defined(CONFIG_PPC_SPLPAR) > > extern int start_topology_update(void); > > extern int stop_topology_update(void); > > +extern inline int prrn_is_enabled(void); > > You really can't do "extern inline" with no body ... No you can't, and at least with my compiler it causes a build error. cheers