[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210323224009.240625-1-slyfox@gentoo.org>
Date: Tue, 23 Mar 2021 22:40:09 +0000
From: Sergei Trofimovich <slyfox@...too.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Sergei Trofimovich <slyfox@...too.org>,
linux-ia64@...r.kernel.org
Subject: [PATCH] ia64: drop unused IA64_FW_EMU ifdef
It's a remnant of deleted hpsim emulation target
removed in fc5bad037 ("ia64: remove the hpsim platform").
CC: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-ia64@...r.kernel.org
Signed-off-by: Sergei Trofimovich <slyfox@...too.org>
---
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 646a22c25edf..9cd0a2cce36e 100644
--- a/arch/ia64/kernel/head.S
+++ b/arch/ia64/kernel/head.S
@@ -405,11 +405,6 @@ start_ap:
// 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=@...ff(halt_msg),gp
;;
--
2.31.0
Powered by blists - more mailing lists