aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kcore.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-03-28 10:56:32 +0100
committerIngo Molnar <mingo@kernel.org>2019-03-28 10:58:28 +0100
commitcfa637cb20e96fe8cf44b867a7d7c34649cbf8eb (patch)
tree52591d7b53600d5d39369525a356ccb81e22fcd9 /include/linux/kcore.h
parentproc/kcore: Remove unused kclist_add_remap() (diff)
parentLinux 5.1-rc2 (diff)
downloadwireguard-linux-cfa637cb20e96fe8cf44b867a7d7c34649cbf8eb.tar.xz
wireguard-linux-cfa637cb20e96fe8cf44b867a7d7c34649cbf8eb.zip
Merge tag 'v5.1-rc2' into core/urgent, to resolve a conflict
Conflicts: include/linux/kcore.h Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/kcore.h')
-rw-r--r--include/linux/kcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kcore.h b/include/linux/kcore.h
index 94b561df3877..da676cdbd727 100644
--- a/include/linux/kcore.h
+++ b/include/linux/kcore.h
@@ -38,6 +38,8 @@ struct vmcoredd_node {
#ifdef CONFIG_PROC_KCORE
void __init kclist_add(struct kcore_list *, void *, size_t, int type);
+
+extern int __init register_mem_pfn_is_ram(int (*fn)(unsigned long pfn));
#else
static inline
void kclist_add(struct kcore_list *new, void *addr, size_t size, int type)