diff options
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/page-types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/page-types.c b/Documentation/vm/page-types.c index 59a4614f4b90..2279b616a7ac 100644 --- a/Documentation/vm/page-types.c +++ b/Documentation/vm/page-types.c | |||
@@ -560,7 +560,7 @@ static void walk_pfn(unsigned long voffset, | |||
560 | { | 560 | { |
561 | uint64_t buf[KPAGEFLAGS_BATCH]; | 561 | uint64_t buf[KPAGEFLAGS_BATCH]; |
562 | unsigned long batch; | 562 | unsigned long batch; |
563 | unsigned long pages; | 563 | long pages; |
564 | unsigned long i; | 564 | unsigned long i; |
565 | 565 | ||
566 | while (count) { | 566 | while (count) { |