Re: Suspend 2 merge: 18/51: Debug page_alloc support.

From: Dave Hansen
Date: Wed Nov 24 2004 - 11:59:58 EST


On Wed, 2004-11-24 at 04:58, Nigel Cunningham wrote:
> +#ifdef CONFIG_HIGHMEM
> + if (page >= highmem_start_page)
> + return 0;
> +#endif

There's a patch pending in -mm to kill highmem_start_page. Please use
PageHighMem().

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