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 -->
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
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...