Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] x86_64: Fix incorrect node_present_pages on NUMA
Currently, we do not pass the correct start_pfn to e820_hole_size, to calculate holes. Following patch fixes that. The bug results in incorrect number of node_present_pages for each pgdat and causes ugly output in /sys and probably VM inbalances. Signed-off-by: Alok N Kataria <[email protected]> Signed-off-by: Ravikiran Thirumalai <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Sighed-off-by: Shair Fultheim <[email protected]> Sighed-off-by: Linus Torvalds <[email protected]>
- Loading branch information