Messages in this thread |  | | | Date | Sun, 22 Jun 2008 10:48:17 +0100 | | From | Al Viro <> | | Subject | Re: alpha build failure | |
On Sun, Jun 22, 2008 at 11:53:13AM +0300, Adrian Bunk wrote:
> Commit 9267b4b3880d00dc2dab90f1d817c856939114f7
> (alpha: fix module load failures on smp (bug #10926))
> causes the following build failure with the alpha defconfig:
>
> <-- snip -->
>
> ...
> CC arch/alpha/mm/init.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/alpha/mm/init.c:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typeof'
> make[2]: *** [arch/alpha/mm/init.o] Error 1
>
> <-- snip -->
Missing PER_CPU_ATTRIBUTES in asm-alpha/percpu.h if !SMP...
|  |