10 Aug, 2010
1 commit
-
Remove duplicate definition of ARRAY_SIZE(), which was never used anyway.
Signed-off-by: Geert Uytterhoeven
Cc: Yinghai Lu
Cc: "H. Peter Anvin"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
11 Feb, 2010
2 commits
-
So make interface more consistent with early_res.
Later we can share some code with early_res.Signed-off-by: Yinghai Lu
LKML-Reference:
Signed-off-by: H. Peter Anvin -
We have almost the same code for mtrr cleanup and amd_bus checkup, and
this code will also be used in replacing bootmem with early_res,
so try to move them together and reuse it from different parts.Also rename update_range to subtract_range as that is what the
function is actually doing.-v2: update comments as Christoph requested
Signed-off-by: Yinghai Lu
LKML-Reference:
Signed-off-by: H. Peter Anvin