diff options
-rw-r--r-- | mm/zsmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 5ae5d85b629d..fe78189624cf 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c | |||
@@ -141,7 +141,7 @@ | |||
141 | #define ZS_MAX_ALLOC_SIZE PAGE_SIZE | 141 | #define ZS_MAX_ALLOC_SIZE PAGE_SIZE |
142 | 142 | ||
143 | /* | 143 | /* |
144 | * On systems with 4K page size, this gives 254 size classes! There is a | 144 | * On systems with 4K page size, this gives 255 size classes! There is a |
145 | * trader-off here: | 145 | * trader-off here: |
146 | * - Large number of size classes is potentially wasteful as free page are | 146 | * - Large number of size classes is potentially wasteful as free page are |
147 | * spread across these classes | 147 | * spread across these classes |