diff options
Diffstat (limited to 'include/linux/bootmem.h')
-rw-r--r-- | include/linux/bootmem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index b388223bd4a9..db51fe4fe317 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h | |||
@@ -264,7 +264,7 @@ static inline void * __init memblock_virt_alloc_low( | |||
264 | { | 264 | { |
265 | if (!align) | 265 | if (!align) |
266 | align = SMP_CACHE_BYTES; | 266 | align = SMP_CACHE_BYTES; |
267 | return __alloc_bootmem_low(size, align, BOOTMEM_LOW_LIMIT); | 267 | return __alloc_bootmem_low(size, align, 0); |
268 | } | 268 | } |
269 | 269 | ||
270 | static inline void * __init memblock_virt_alloc_low_nopanic( | 270 | static inline void * __init memblock_virt_alloc_low_nopanic( |
@@ -272,7 +272,7 @@ static inline void * __init memblock_virt_alloc_low_nopanic( | |||
272 | { | 272 | { |
273 | if (!align) | 273 | if (!align) |
274 | align = SMP_CACHE_BYTES; | 274 | align = SMP_CACHE_BYTES; |
275 | return __alloc_bootmem_low_nopanic(size, align, BOOTMEM_LOW_LIMIT); | 275 | return __alloc_bootmem_low_nopanic(size, align, 0); |
276 | } | 276 | } |
277 | 277 | ||
278 | static inline void * __init memblock_virt_alloc_from_nopanic( | 278 | static inline void * __init memblock_virt_alloc_from_nopanic( |