From c2f82992879739219a04d36de1cd6bbea1753cfa Mon Sep 17 00:00:00 2001 From: Liviu Dudau Date: Tue, 17 Dec 2013 18:19:46 +0000 Subject: [PATCH] arm64: Remove outdated comment Code referenced in the comment has moved to arch/arm64/kernel/cputable.c Signed-off-by: Liviu Dudau Signed-off-by: Catalin Marinas (cherry picked from commit 81cac699440fc3707fd80f16bf34a7e506d41487) Signed-off-by: Mark Brown --- arch/arm64/kernel/setup.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index 43c89cbb30fc..bb99e3a5ac56 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -117,11 +117,6 @@ static void __init setup_processor(void) { struct cpu_info *cpu_info; - /* - * locate processor in the list of supported processor - * types. The linker builds this table for us from the - * entries in arch/arm/mm/proc.S - */ cpu_info = lookup_processor_type(read_cpuid_id()); if (!cpu_info) { printk("CPU configuration botched (ID %08x), unable to continue.\n", -- 2.34.1