patch-2.4.0-test8 linux/mm/bootmem.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/timer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 28 13:58:35 2000
- Orig file:
v2.4.0-test7/linux/mm/bootmem.c
- Orig date:
Wed Aug 9 19:19:51 2000
diff -u --recursive --new-file v2.4.0-test7/linux/mm/bootmem.c linux/mm/bootmem.c
@@ -205,7 +205,7 @@
bdata->last_pos = start+areasize-1;
bdata->last_offset = remaining_size;
}
- bdata->last_offset &= ~PAGE_MASK;
+ bdata->last_offset &= ~PAGE_MASK;
} else {
bdata->last_pos = start + areasize - 1;
bdata->last_offset = size & ~PAGE_MASK;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)