Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf470659 authored by Yinghai Lu's avatar Yinghai Lu Committed by H. Peter Anvin
Browse files

x86, mm: Move back pgt_buf_* to mm/init.c

parent 719272c4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -12,8 +12,4 @@ kernel_physical_mapping_init(unsigned long start,
			     unsigned long end,
			     unsigned long page_size_mask);

extern unsigned long __initdata pgt_buf_start;
extern unsigned long __meminitdata pgt_buf_end;
extern unsigned long __meminitdata pgt_buf_top;

#endif /* _ASM_X86_INIT_32_H */
+3 −3
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@

#include "mm_internal.h"

unsigned long __initdata pgt_buf_start;
unsigned long __meminitdata pgt_buf_end;
unsigned long __meminitdata pgt_buf_top;
static unsigned long __initdata pgt_buf_start;
static unsigned long __initdata pgt_buf_end;
static unsigned long __initdata pgt_buf_top;

static unsigned long min_pfn_mapped;