From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Date: Sat, 17 May 2014 13:37:52 +0000 Subject: [PATCH] ia64: remove check for CONFIG_IA64_FW_EMU Message-Id: <1400333872.13824.12.camel@x220> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tony Luck , Fenghua Yu Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org The config macro CONFIG_IA64_FW_EMU briefly appeared in the v2.3 development cycle. It would apparently have allowed to emulate "PAL/SAL/EFI firmware". It was abandoned before v2.4.0. Finally remove its last traces. Signed-off-by: Paul Bolle --- Untested. arch/ia64/kernel/head.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S index a4acddad0c78..d047701bf513 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S @@ -437,11 +437,6 @@ num_hypervisor_hooks = (. - hypervisor_setup_hooks) / 8 // This is executed by the bootstrap processor (bsp) only: -#ifdef CONFIG_IA64_FW_EMU - // initialize PAL & SAL emulator: - br.call.sptk.many rp=sys_fw_init -.ret1: -#endif br.call.sptk.many rp=start_kernel .ret2: addl r3=@ltoff(halt_msg),gp ;; -- 1.9.0