[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0811071229450.5387@quilx.com>
Date: Fri, 7 Nov 2008 12:32:53 -0600 (CST)
From: Christoph Lameter <cl@...ux-foundation.org>
To: Alexey Dobriyan <adobriyan@...il.com>
cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
rusty@...tcorp.com.au
Subject: Re: next-20081106: undefined reference to `__per_cpu_start'
On Fri, 7 Nov 2008, Alexey Dobriyan wrote:
> --- a/include/linux/percpu.h
> +++ b/include/linux/percpu.h
> @@ -51,6 +51,8 @@
> #define DEFINE_PER_CPU_FIRST(type, name) \
> DEFINE_PER_CPU(type, name)
>
> +#define PERCPU_AREA_SIZE 0
> +
> #endif /* !CONFIG_SMP */
>
> #define EXPORT_PER_CPU_SYMBOL(var) EXPORT_SYMBOL(per_cpu__##var)
No we need a percpu allocation area even on UP.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists