Re: [RFC 3/8] Move HIGHMEM counter into highmem.c/.h
From: Christoph Lameter
Date: Tue Jul 04 2006 - 01:55:14 EST
On Tue, 4 Jul 2006, KAMEZAWA Hiroyuki wrote:
> Hi, I love this patch series :)
Thanks.
> I found this :
> == arch/um/kernel/mem.c ==
>
> void mem_init(void)
> {
> <snip>
> totalhigh_pages = highmem >> PAGE_SHIFT;
> ....
> ==
> this should be covered by CONFIG_HIGHMEM if you change totalhigh_pages
> to be #define.
Ok. Will put a #ifdef CONFIG_HIGHMEM around that statement and the
following one.
-
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/