Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nommu: Remove the memory_start/end variables from ARM page-nommu.h

These variables do not seem to be used anywhere in the kernel.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

-3
-3
arch/arm/include/asm/page-nommu.h
··· 43 43 #define __pmd(x) (x) 44 44 #define __pgprot(x) (x) 45 45 46 - extern unsigned long memory_start; 47 - extern unsigned long memory_end; 48 - 49 46 #endif