aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/efi/memmap.c')
-rw-r--r--drivers/firmware/efi/memmap.c2
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
16static phys_addr_t __init __efi_memmap_alloc_early(unsigned long size) 16static 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
21static phys_addr_t __init __efi_memmap_alloc_late(unsigned long size) 21static phys_addr_t __init __efi_memmap_alloc_late(unsigned long size)