
colpatch at us
Dec 23, 2004, 2:44 PM
Post #1 of 1
(247 views)
Permalink
|
|
[RFC PATCH 7/10] Replace 'numnodes' with 'node_online_map' - parisc
|
|
7/10 - Replace numnodes with node_online_map for parisc [mcd [at] arraki node_online_map]$ diffstat arch-parisc.patch init.c | 2 -- 1 files changed, 2 deletions(-) -Matt diff -Nurp --exclude-from=/home/mcd/.dontdiff linux-2.6.10-rc3-mm1/arch/parisc/mm/init.c linux-2.6.10-rc3-mm1-nom.parisc/arch/parisc/mm/init.c --- linux-2.6.10-rc3-mm1/arch/parisc/mm/init.c 2004-12-13 16:23:04.000000000 -0800 +++ linux-2.6.10-rc3-mm1-nom.parisc/arch/parisc/mm/init.c 2004-12-14 11:57:17.000000000 -0800 @@ -269,8 +269,6 @@ static void __init setup_bootmem(void) } memset(pfnnid_map, 0xff, sizeof(pfnnid_map)); - numnodes = npmem_ranges; - for (i = 0; i < npmem_ranges; i++) node_set_online(i); #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|