diff options
Diffstat (limited to 'drivers/firmware/efi/memmap.c')
| -rw-r--r-- | drivers/firmware/efi/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/memmap.c b/drivers/firmware/efi/memmap.c index ef618bceb79a..fa2904fb841f 100644 --- a/drivers/firmware/efi/memmap.c +++ b/drivers/firmware/efi/memmap.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | static phys_addr_t __init __efi_memmap_alloc_early(unsigned long size) | 16 | static phys_addr_t __init __efi_memmap_alloc_early(unsigned long size) |
| 17 | { | 17 | { |
| 18 | return memblock_phys_alloc(size, 0); | 18 | return memblock_phys_alloc(size, SMP_CACHE_BYTES); |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | static phys_addr_t __init __efi_memmap_alloc_late(unsigned long size) | 21 | static phys_addr_t __init __efi_memmap_alloc_late(unsigned long size) |
