提交 1754e44e 编写于 作者: W Wang Sheng-Hui 提交者: Linus Torvalds

include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flags

Use BOOTMEM_DEFAULT instead of 0 in the comment.
Signed-off-by: NWang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 d2ee40ea
...@@ -58,9 +58,9 @@ extern void free_bootmem_late(unsigned long physaddr, unsigned long size); ...@@ -58,9 +58,9 @@ extern void free_bootmem_late(unsigned long physaddr, unsigned long size);
* Flags for reserve_bootmem (also if CONFIG_HAVE_ARCH_BOOTMEM_NODE, * Flags for reserve_bootmem (also if CONFIG_HAVE_ARCH_BOOTMEM_NODE,
* the architecture-specific code should honor this). * the architecture-specific code should honor this).
* *
* If flags is 0, then the return value is always 0 (success). If * If flags is BOOTMEM_DEFAULT, then the return value is always 0 (success).
* flags contains BOOTMEM_EXCLUSIVE, then -EBUSY is returned if the * If flags contains BOOTMEM_EXCLUSIVE, then -EBUSY is returned if the memory
* memory already was reserved. * already was reserved.
*/ */
#define BOOTMEM_DEFAULT 0 #define BOOTMEM_DEFAULT 0
#define BOOTMEM_EXCLUSIVE (1<<0) #define BOOTMEM_EXCLUSIVE (1<<0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册