[PATCH v3 12/12] Add /proc interface to control topology updates
Michael Ellerman
michael at ellerman.id.au
Tue Apr 23 12:49:51 EST 2013
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 <nfont at linux.vnet.ibm.com> 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
More information about the Linuxppc-dev
mailing list