This is only required if we are doing initrd table overiding. This is currently disabled for arm/arm64. Remove this as allowing initrd overiding needs fuller re-work on these platforms anyway.
Signed-off-by: Graeme Gregory graeme.gregory@linaro.org --- arch/arm/kernel/setup.c | 13 ------------- 1 file changed, 13 deletions(-)
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 168f7c5..da3d8df 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -62,19 +62,6 @@
#include "atags.h"
-/* BOZO: clears up the missing symbol during compile, but is this - * the right way to handle it? - */ -/* - * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries. - * The direct mapping extends to max_pfn_mapped, so that we can directly access - * apertures, ACPI and other tables without having to play with fixmaps. - */ -unsigned long max_low_pfn_mapped; -unsigned long max_pfn_mapped; - -/* END BOZO */ - #if defined(CONFIG_FPE_NWFPE) || defined(CONFIG_FPE_FASTFPE) char fpe_type[8];