Make it clear that GFP_ZERO does not work with atomic highmem allocations.
We use a non-atomic kmap() to clear the page, which cannot be used from atomic contexts.
Showing
Please register or sign in to comment
We use a non-atomic kmap() to clear the page, which cannot be used from atomic contexts.