aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memblock.h')
-rw-r--r--include/linux/memblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h
index eed0f9b8e526..1a9c29cc92fa 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -18,7 +18,8 @@
18 18
19#include <asm/memblock.h> 19#include <asm/memblock.h>
20 20
21#define INIT_MEMBLOCK_REGIONS 128 21#define INIT_MEMBLOCK_REGIONS 128
22#define MEMBLOCK_ERROR (~(phys_addr_t)0)
22 23
23struct memblock_region { 24struct memblock_region {
24 phys_addr_t base; 25 phys_addr_t base;