提交 9d3c30f5 编写于 作者: B Benjamin Herrenschmidt

memblock: Remove unused memblock.debug struct member

Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 2898cc4c
......@@ -32,7 +32,6 @@ struct memblock_type {
};
struct memblock {
unsigned long debug;
phys_addr_t current_limit;
struct memblock_type memory;
struct memblock_type reserved;
......@@ -55,9 +54,11 @@ extern phys_addr_t __init memblock_alloc(phys_addr_t size, phys_addr_t align);
#define MEMBLOCK_ALLOC_ACCESSIBLE 0
extern phys_addr_t __init memblock_alloc_base(phys_addr_t size,
phys_addr_t, phys_addr_t max_addr);
phys_addr_t align,
phys_addr_t max_addr);
extern phys_addr_t __init __memblock_alloc_base(phys_addr_t size,
phys_addr_t align, phys_addr_t max_addr);
phys_addr_t align,
phys_addr_t max_addr);
extern phys_addr_t __init memblock_phys_mem_size(void);
extern phys_addr_t memblock_end_of_DRAM(void);
extern void __init memblock_enforce_memory_limit(phys_addr_t memory_limit);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册