[PATCH] discontigmem support for ia32 NUMA
- All the support macros which assume a linear mem_map[] have been wrapped in !CONFIG_DISCONTIGMEM. pfn_to_page, page_to_pfn, page_to_phys, pmd_page, kern_addr_valid. - Move some initialsation macros into setup.h so they can be used in the i386 discontig.c (INITRD_START, INITRD_SIZE). - Alternate version of the bootmem allocator - add i386 discontig support and numaq support.
Showing
arch/i386/kernel/numaq.c
0 → 100644
arch/i386/mm/discontig.c
0 → 100644
include/asm-i386/mmzone.h
0 → 100644
include/asm-i386/numaq.h
0 → 100644
Please register or sign in to comment