]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - arch/x86/include/asm/kaslr.h
x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y
[mirror_ubuntu-disco-kernel.git] / arch / x86 / include / asm / kaslr.h
index 460991e3b529b6d21bfc3bfa300c61a06a46a8f0..db7ba2feb94708a6b4149b68f6f1220ba416f2b5 100644 (file)
@@ -5,10 +5,6 @@
 unsigned long kaslr_get_random_long(const char *purpose);
 
 #ifdef CONFIG_RANDOMIZE_MEMORY
-extern unsigned long page_offset_base;
-extern unsigned long vmalloc_base;
-extern unsigned long vmemmap_base;
-
 void kernel_randomize_memory(void);
 #else
 static inline void kernel_randomize_memory(void) { }