diff options
Diffstat (limited to 'include/asm-x86/mmzone_32.h')
-rw-r--r-- | include/asm-x86/mmzone_32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/mmzone_32.h b/include/asm-x86/mmzone_32.h index 5d6f4ce6e6d6..274a59566c45 100644 --- a/include/asm-x86/mmzone_32.h +++ b/include/asm-x86/mmzone_32.h | |||
@@ -107,8 +107,8 @@ static inline int pfn_valid(int pfn) | |||
107 | /* | 107 | /* |
108 | * Following are macros that are specific to this numa platform. | 108 | * Following are macros that are specific to this numa platform. |
109 | */ | 109 | */ |
110 | #define reserve_bootmem(addr, size) \ | 110 | #define reserve_bootmem(addr, size, flags) \ |
111 | reserve_bootmem_node(NODE_DATA(0), (addr), (size)) | 111 | reserve_bootmem_node(NODE_DATA(0), (addr), (size), (flags)) |
112 | #define alloc_bootmem(x) \ | 112 | #define alloc_bootmem(x) \ |
113 | __alloc_bootmem_node(NODE_DATA(0), (x), SMP_CACHE_BYTES, __pa(MAX_DMA_ADDRESS)) | 113 | __alloc_bootmem_node(NODE_DATA(0), (x), SMP_CACHE_BYTES, __pa(MAX_DMA_ADDRESS)) |
114 | #define alloc_bootmem_low(x) \ | 114 | #define alloc_bootmem_low(x) \ |