projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22a8f7
)
ia64: drop unused IA64_FW_EMU ifdef
author
Sergei Trofimovich
<slyfox@gentoo.org>
Fri, 30 Apr 2021 05:53:30 +0000
(22:53 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:35 +0000
(11:20 -0700)
It's a remnant of deleted hpsim emulation target removed in
fc5bad037
("ia64: remove the hpsim platform").
Link:
https://lkml.kernel.org/r/20210323224009.240625-1-slyfox@gentoo.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/head.S
b/arch/ia64/kernel/head.S
index
81b64d1
..
f22469f
100644
(file)
--- a/
arch/ia64/kernel/head.S
+++ b/
arch/ia64/kernel/head.S
@@
-404,11
+404,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=@ltoff(halt_msg),gp
;;