RE: kernel build of 2.5.50 fails on Alpha

Folkert van Heusden (folkert@vanheusden.com)
Mon, 2 Dec 2002 20:55:59 +0100


> Ive been working on implementing some missing bits but what Id like to
> know is who is "officially" doing development for alpha on 2.5.

RH> See
RH>
http://ftp.kernel.org/pub/linux/kernel/people/rusty/patches/Module/rth-share
d-modules.patch.gz
RH> which I hope will make it into the kernel relatively soon.

I'm afraid that one won't compile:

arch/alpha/kernel/pci.c: In function `pcibios_fixup_final':
arch/alpha/kernel/pci.c:128: `ALPHA_ALCOR_MAX_DMA_ISA_ADDRESS' undeclared
(first use in this function)
arch/alpha/kernel/pci.c:128: (Each undeclared identifier is reported only
once
arch/alpha/kernel/pci.c:128: for each function it appears in.)
make[1]: *** [arch/alpha/kernel/pci.o] Error 1
make: *** [arch/alpha/kernel] Error 2

The only reference I could find was in asm-alpha/dma.h:
define MAX_ISA_DMA_ADDRESS ALPHA_ALCOR_MAX_DMA_ISA_ADDRESS
but no definition.

Folkert van Heusden
http://www.vanheusden.com/Linux/kernel_patches.php3

-
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/