patch-2.3.32 linux/mm/bootmem.c
Next file: linux/mm/memory.c
Previous file: linux/kernel/timer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 10 15:01:52 1999
- Orig file:
v2.3.31/linux/mm/bootmem.c
- Orig date:
Tue Dec 7 09:32:52 1999
diff -u --recursive --new-file v2.3.31/linux/mm/bootmem.c linux/mm/bootmem.c
@@ -235,8 +235,6 @@
count++;
ClearPageReserved(page);
set_page_count(page, 1);
- if ((i+(bdata->node_boot_start >> PAGE_SHIFT)) >= (virt_to_phys((char *)MAX_DMA_ADDRESS) >> PAGE_SHIFT))
- clear_bit(PG_DMA, &page->flags);
__free_page(page);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)