mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
mmzone: fix comment typo coelesce -> coalesce
Signed-off-by: Wang YanQing <udknight@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b3aa1584e9
commit
35fca53e15
@ -30,7 +30,7 @@
|
|||||||
/*
|
/*
|
||||||
* PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
|
* PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
|
||||||
* costly to service. That is between allocation orders which should
|
* costly to service. That is between allocation orders which should
|
||||||
* coelesce naturally under reasonable reclaim pressure and those which
|
* coalesce naturally under reasonable reclaim pressure and those which
|
||||||
* will not.
|
* will not.
|
||||||
*/
|
*/
|
||||||
#define PAGE_ALLOC_COSTLY_ORDER 3
|
#define PAGE_ALLOC_COSTLY_ORDER 3
|
||||||
|
Loading…
Reference in New Issue
Block a user