diff options
| -rw-r--r-- | arch/x86_64/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/init.c b/arch/x86_64/mm/init.c index 286f6a624c3a..c016dfe84784 100644 --- a/arch/x86_64/mm/init.c +++ b/arch/x86_64/mm/init.c | |||
| @@ -348,7 +348,7 @@ size_zones(unsigned long *z, unsigned long *h, | |||
| 348 | } | 348 | } |
| 349 | 349 | ||
| 350 | /* Compute holes */ | 350 | /* Compute holes */ |
| 351 | w = 0; | 351 | w = start_pfn; |
| 352 | for (i = 0; i < MAX_NR_ZONES; i++) { | 352 | for (i = 0; i < MAX_NR_ZONES; i++) { |
| 353 | unsigned long s = w; | 353 | unsigned long s = w; |
| 354 | w += z[i]; | 354 | w += z[i]; |
