Skip to content

Commit

Permalink
ia64: drop unused IA64_FW_EMU ifdef
Browse files Browse the repository at this point in the history
It's a remnant of deleted hpsim emulation target removed in fc5bad0
("ia64: remove the hpsim platform").

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sergei Trofimovich <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Sergei Trofimovich authored and torvalds committed Apr 30, 2021
1 parent b22a8f7 commit d732f47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/ia64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit d732f47

Please sign in to comment.