diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/memory_hotplug.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index 9b6260007e..218501cfae 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h | |||
| @@ -84,13 +84,8 @@ static inline int memory_add_physaddr_to_nid(u64 start) | |||
| 84 | * Now, arch_free_nodedata() is just defined for error path of node_hot_add. | 84 | * Now, arch_free_nodedata() is just defined for error path of node_hot_add. |
| 85 | * | 85 | * |
| 86 | */ | 86 | */ |
| 87 | static inline pg_data_t *arch_alloc_nodedata(int nid) | 87 | extern pg_data_t *arch_alloc_nodedata(int nid); |
| 88 | { | 88 | extern void arch_free_nodedata(pg_data_t *pgdat); |
| 89 | return NULL; | ||
| 90 | } | ||
| 91 | static inline void arch_free_nodedata(pg_data_t *pgdat) | ||
| 92 | { | ||
| 93 | } | ||
| 94 | extern void arch_refresh_nodedata(int nid, pg_data_t *pgdat); | 89 | extern void arch_refresh_nodedata(int nid, pg_data_t *pgdat); |
| 95 | 90 | ||
| 96 | #else /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */ | 91 | #else /* CONFIG_HAVE_ARCH_NODEDATA_EXTENSION */ |
