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

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)