summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-11-28 03:16:26 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-11-28 03:16:26 -0800
commit5cac878f91ea571339f66eb9862596750c16978a (patch)
tree4eccc4ca4337477af897ea52debba4616cfbe7db /include/linux
parentaa0356095ce99f1424df2770ce7eb77b59f0491d (diff)
parentefdbaef3e11a8a82f741baddad7d47f8606798aa (diff)
Merge "arm64: Hot-remove implementation for arm64"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/memblock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memblock.h b/include/linux/memblock.h
index 2d79ec1496e5..d3f41bfe05f1 100644
--- a/include/linux/memblock.h
+++ b/include/linux/memblock.h
@@ -84,6 +84,7 @@ int memblock_mark_hotplug(phys_addr_t base, phys_addr_t size);
int memblock_clear_hotplug(phys_addr_t base, phys_addr_t size);
int memblock_mark_mirror(phys_addr_t base, phys_addr_t size);
int memblock_mark_nomap(phys_addr_t base, phys_addr_t size);
+int memblock_clear_nomap(phys_addr_t base, phys_addr_t size);
ulong choose_memblock_flags(void);
unsigned long memblock_region_resize_late_begin(void);
void memblock_region_resize_late_end(unsigned long);