diff options
Diffstat (limited to 'arch/x86_64/mm/srat.c')
-rw-r--r-- | arch/x86_64/mm/srat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/mm/srat.c b/arch/x86_64/mm/srat.c index 8491300ef909..3cc0544e25f5 100644 --- a/arch/x86_64/mm/srat.c +++ b/arch/x86_64/mm/srat.c | |||
@@ -477,3 +477,5 @@ int memory_add_physaddr_to_nid(u64 start) | |||
477 | 477 | ||
478 | return ret; | 478 | return ret; |
479 | } | 479 | } |
480 | EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); | ||
481 | |||