lkml.org 
[lkml]   [2022]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] x86/mm: dynamic memory layout declarations
Date
The declarations page_offset_base, vmalloc_base and vmemmap_base makes
sense only if CONFIG_DYNAMIC_MEMORY_LAYOUT is enabled. Hides the
declarations behind a conditional macro checking the option.

Signed-off-by: Dmitrii Bundin <dmitrii.bundin.a@gmail.com>
---
arch/x86/include/asm/page_64.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/x86/include/asm/page_64.h b/arch/x86/include/asm/page_64.h
index baa70451b8df..2968b3644912 100644
--- a/arch/x86/include/asm/page_64.h
+++ b/arch/x86/include/asm/page_64.h
@@ -12,9 +12,11 @@
extern unsigned long max_pfn;
extern unsigned long phys_base;

+#ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
extern unsigned long page_offset_base;
extern unsigned long vmalloc_base;
extern unsigned long vmemmap_base;
+#endif /* CONFIG_DYNAMIC_MEMORY_LAYOUT */

static __always_inline unsigned long __phys_addr_nodebug(unsigned long x)
{
--
2.17.1
\
 
 \ /
  Last update: 2022-08-26 03:27    [W:0.508 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site