From: Andrew Morton Cc: Christoph Lameter Signed-off-by: Andrew Morton --- mm/page_alloc.c | 3 --- 1 file changed, 3 deletions(-) diff -puN mm/page_alloc.c~light-weight-counters-framework-warning-fixes mm/page_alloc.c --- devel/mm/page_alloc.c~light-weight-counters-framework-warning-fixes 2006-06-09 16:57:35.000000000 -0700 +++ devel-akpm/mm/page_alloc.c 2006-06-09 16:57:35.000000000 -0700 @@ -2797,11 +2797,8 @@ static int page_alloc_cpu_notify(struct unsigned long action, void *hcpu) { int cpu = (unsigned long)hcpu; - unsigned long *src, *dest; if (action == CPU_DEAD) { - int i; - local_irq_disable(); __drain_pages(cpu); vm_events_fold_cpu(cpu); _