diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-08-21 18:39:12 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-09-03 21:15:43 -0700 |
| commit | 04cb7502a5d70a6ca230e8c24835dc7dccd39fa7 (patch) | |
| tree | 4c7473c3017dffe749b319a44d879d768c030338 /include/linux | |
| parent | 4ffca5a96678c9fe1a39ec1e9c8fd326b57ea8a7 (diff) | |
zsmalloc: use all available 24 bits of page_type
Now that we have an extra 8 bits, we don't need to limit ourselves to
supporting a 64KiB page size. I'm sure both Hexagon users are grateful,
but it does reduce complexity a little. We can also remove
reset_first_obj_offset() as calling __ClearPageZsmalloc() will now reset
all 32 bits of page_type.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: Hyeonggon Yoo <[email protected]>
Cc: Kent Overstreet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions