| Submitter | Dave Hansen |
|---|---|
| Date | Dec. 11, 2008, 6:36 p.m. |
| Message ID | <20081211183604.2B450FD3@kernel> |
| Download | mbox | patch |
| Permalink | /patch/13474/ |
| State | Accepted |
| Commit | a4c74ddd5ea3db53fc73d29c222b22656a7d05be |
| Headers | show |
Comments
Patch
diff -puN arch/powerpc/mm/numa.c~remove-unused-i-var arch/powerpc/mm/numa.c --- linux-2.6.git/arch/powerpc/mm/numa.c~remove-unused-i-var 2008-12-11 09:12:57.000000000 -0800 +++ linux-2.6.git-dave/arch/powerpc/mm/numa.c 2008-12-11 09:12:57.000000000 -0800 @@ -929,7 +929,6 @@ static void mark_reserved_regions_for_ni void __init do_init_bootmem(void) { int nid; - unsigned int i; min_low_pfn = 0; max_low_pfn = lmb_end_of_DRAM() >> PAGE_SHIFT;