|
@@ -1047,7 +1047,7 @@ static void init_zspage(struct size_class *class, struct zspage *zspage)
|
|
* Reset OBJ_TAG_BITS bit to last link to tell
|
|
* Reset OBJ_TAG_BITS bit to last link to tell
|
|
* whether it's allocated object or not.
|
|
* whether it's allocated object or not.
|
|
*/
|
|
*/
|
|
- link->next = -1 << OBJ_TAG_BITS;
|
|
|
|
|
|
+ link->next = -1UL << OBJ_TAG_BITS;
|
|
}
|
|
}
|
|
kunmap_atomic(vaddr);
|
|
kunmap_atomic(vaddr);
|
|
page = next_page;
|
|
page = next_page;
|