diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-07-06 18:39:04 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-08-04 22:56:10 -0400 |
| commit | 9d3c30f5a17ec35894eadb7171f724643dce19c3 (patch) | |
| tree | c5c6f448b79facd126bc11e70ae5e19ade320127 /include/linux/memblock.h | |
| parent | 2898cc4cdf208f15246b7a1c6951d2b126a70fd6 (diff) | |
memblock: Remove unused memblock.debug struct member
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/linux/memblock.h')
| -rw-r--r-- | include/linux/memblock.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h index b65045a4ed08..0fe6dd56a4b4 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h | |||
| @@ -32,7 +32,6 @@ struct memblock_type { | |||
| 32 | }; | 32 | }; |
| 33 | 33 | ||
| 34 | struct memblock { | 34 | struct memblock { |
| 35 | unsigned long debug; | ||
| 36 | phys_addr_t current_limit; | 35 | phys_addr_t current_limit; |
| 37 | struct memblock_type memory; | 36 | struct memblock_type memory; |
| 38 | struct memblock_type reserved; | 37 | struct memblock_type reserved; |
| @@ -55,9 +54,11 @@ extern phys_addr_t __init memblock_alloc(phys_addr_t size, phys_addr_t align); | |||
| 55 | #define MEMBLOCK_ALLOC_ACCESSIBLE 0 | 54 | #define MEMBLOCK_ALLOC_ACCESSIBLE 0 |
| 56 | 55 | ||
| 57 | extern phys_addr_t __init memblock_alloc_base(phys_addr_t size, | 56 | extern phys_addr_t __init memblock_alloc_base(phys_addr_t size, |
| 58 | phys_addr_t, phys_addr_t max_addr); | 57 | phys_addr_t align, |
| 58 | phys_addr_t max_addr); | ||
| 59 | extern phys_addr_t __init __memblock_alloc_base(phys_addr_t size, | 59 | extern phys_addr_t __init __memblock_alloc_base(phys_addr_t size, |
| 60 | phys_addr_t align, phys_addr_t max_addr); | 60 | phys_addr_t align, |
| 61 | phys_addr_t max_addr); | ||
| 61 | extern phys_addr_t __init memblock_phys_mem_size(void); | 62 | extern phys_addr_t __init memblock_phys_mem_size(void); |
| 62 | extern phys_addr_t memblock_end_of_DRAM(void); | 63 | extern phys_addr_t memblock_end_of_DRAM(void); |
| 63 | extern void __init memblock_enforce_memory_limit(phys_addr_t memory_limit); | 64 | extern void __init memblock_enforce_memory_limit(phys_addr_t memory_limit); |
