Skip to content

Commit

Permalink
powerpc: Remove last piece of GEMINI
Browse files Browse the repository at this point in the history
It seems that Adrian is getting old. He removed almost everything of
GEMINI in commit c536531 ("[POWERPC] Remove the broken Gemini
support") except this piece.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Sebastian Siewior authored and Benjamin Herrenschmidt committed May 19, 2011
1 parent 2c78027 commit f38aa70
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/powerpc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -805,19 +805,6 @@ _ENTRY(copy_and_flush)
blr

#ifdef CONFIG_SMP
#ifdef CONFIG_GEMINI
.globl __secondary_start_gemini
__secondary_start_gemini:
mfspr r4,SPRN_HID0
ori r4,r4,HID0_ICFI
li r3,0
ori r3,r3,HID0_ICE
andc r4,r4,r3
mtspr SPRN_HID0,r4
sync
b __secondary_start
#endif /* CONFIG_GEMINI */

.globl __secondary_start_mpc86xx
__secondary_start_mpc86xx:
mfspr r3, SPRN_PIR
Expand Down

0 comments on commit f38aa70

Please sign in to comment.