Re: Building 100 kernels; we suck at dependencies and drown in warnings

From: Dave Jones
Date: Sun Feb 26 2006 - 14:28:38 EST


On Sun, Feb 26, 2006 at 05:31:49PM +0100, Jesper Juhl wrote:
> drivers/char/agp/amd64-agp.c:754: warning: unused variable `amd64nb'

This is due to CONFIG_PCI not being set, which doesn't really
make any sense on x86-64, as there aren't any PCI-less systems
on that platform (With the CPU containing a PCI northbridge, it
doesn't make a lot of sense not to have PCI enabled)

Dave

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