Small patch for x86_64 to version 4.4
Christoph Hellwig
hch at infradead.org
Fri Sep 17 09:38:25 PDT 2004
> +#if defined(CONFIG_X86) && !defined(CONFIG_X86_64)
> /* According to Steve Lord, this code is ix86 specific. Patches to extend it to
> * other architectures will be greatefully accepted.
> */
This ifdef (and comment) don't make sense. The code won't even copile
on i386 when CONFIG_DISCONTIGMEM is set. It should test !CONFIG_DISCONTIGMEM
and maybe !CONFIG_VIRTUAL_MEM_MAP for some strange ia64 thingy.
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
More information about the kdb
mailing list