* [PATCH] ia64: remove check for CONFIG_IA64_FW_EMU
@ 2014-05-17 13:37 Paul Bolle
0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-05-17 13:37 UTC (permalink / raw)
To: Tony Luck, Fenghua Yu; +Cc: linux-ia64, linux-kernel
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 <pebolle@tiscali.nl>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-17 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-17 13:37 [PATCH] ia64: remove check for CONFIG_IA64_FW_EMU Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox