Re: High Memory question

Martin J. Bligh (mbligh@aracnet.com)
Sat, 16 Nov 2002 14:47:04 -0800


> Going through different parts of Kernel, I am trying to figure out if I need to change /page.h/__PAGE_OFFSET to some smaller value when compiling with CONFIG_HIGHMEM4G option to support more than 1G physical memory.

No.

> Other than that, I can not figure out how virtual address for vmalloc and ioremap are going to fit above logical addresses.

By default it'll be the top 128Mb of RAM. Phys addrs are not mapped
1-1 onto virtual if you have highmem any more.

M.

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