Re: 2.6.1-tiny1 tree for small systems

From: Eric W. Biederman
Date: Fri Jan 16 2004 - 09:04:01 EST


aeriksson@xxxxxxxxxxx writes:

> Hi Matt,
> Using the attached .config, I get this build error:

Good catch. I can't account for it all. But half of it is that
/proc does not compile out it's block device reporting when CONFIG_BLOCK
is disabled. Which accounts for:

> fs/built-in.o(.text+0x18946): In function `partitions_open':
> : undefined reference to `partitions_op'
> fs/built-in.o(.text+0x18957): In function `diskstats_open':
> : undefined reference to `diskstats_op'
> fs/built-in.o(.text+0x18c19): In function `devices_read_proc':
> : undefined reference to `get_blkdev_list'

Which still leaves:

> arch/i386/mm/built-in.o(.init.text+0x2e6): In function `mem_init':
> : undefined reference to `ppro_with_ram_bug'
> drivers/built-in.o(__ksymtab+0x130): undefined reference to
> `pci_pci_problems'


Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/