diff options
-rw-r--r-- | arch/x86_64/kernel/e820.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/e820.c b/arch/x86_64/kernel/e820.c index eb7929eea7b3..4e34b0f9d613 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c | |||
@@ -28,6 +28,7 @@ extern char _end[]; | |||
28 | * PFN of last memory page. | 28 | * PFN of last memory page. |
29 | */ | 29 | */ |
30 | unsigned long end_pfn; | 30 | unsigned long end_pfn; |
31 | EXPORT_SYMBOL(end_pfn); | ||
31 | 32 | ||
32 | /* | 33 | /* |
33 | * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. | 34 | * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. |