Anyway, linking fails with:
init/main.o: In function `setup_per_cpu_areas':
init/main.o(.text.init+0x5e8): undefined reference to `__per_cpu_end'
init/main.o(.text.init+0x5f4): undefined reference to `__per_cpu_start'
arch/alpha/kernel/kernel.o: In function `handle_ipi':
arch/alpha/kernel/kernel.o(.text+0xc58c): undefined reference to `sched_task_migrated'
arch/alpha/kernel/kernel.o(.text+0xc590): undefined reference to `sched_task_migrated'
arch/alpha/kernel/kernel.o: In function `sys_call_table':
arch/alpha/kernel/kernel.o(.data+0xab0): undefined reference to `sys_nfsservctl'
I see there the sys_nfsservctl problem that seems to have plagued the last
few 2.5 releases. I've looked at the patches that were applied, the
didn't seem to be i386 specific, so why is this still effecting the Alpha?
There is also those other two which I can't find anything about (well I
think it might be from the O(1) scheduler).
-Chris
-- Two penguins were walking on an iceberg. The first penguin said to the second, "you look like you are wearing a tuxedo." The second penguin said, "I might be..." --David Lynch, Twin Peaks- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/