Commit 06b90969 authored by Kumar Gala's avatar Kumar Gala

powerpc/85xx: minor head_fsl_booke.S cleanup

Removed unused branch labels
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent b3898895
...@@ -751,7 +751,7 @@ finish_tlb_load: ...@@ -751,7 +751,7 @@ finish_tlb_load:
iseleq r12, r12, r10 iseleq r12, r12, r10
#ifdef CONFIG_PTE_64BIT #ifdef CONFIG_PTE_64BIT
2: rlwimi r12, r13, 24, 0, 7 /* grab RPN[32:39] */ rlwimi r12, r13, 24, 0, 7 /* grab RPN[32:39] */
rlwimi r12, r11, 24, 8, 19 /* grab RPN[40:51] */ rlwimi r12, r11, 24, 8, 19 /* grab RPN[40:51] */
mtspr SPRN_MAS3, r12 mtspr SPRN_MAS3, r12
BEGIN_FTR_SECTION BEGIN_FTR_SECTION
...@@ -759,7 +759,7 @@ BEGIN_FTR_SECTION ...@@ -759,7 +759,7 @@ BEGIN_FTR_SECTION
mtspr SPRN_MAS7, r10 mtspr SPRN_MAS7, r10
END_FTR_SECTION_IFSET(CPU_FTR_BIG_PHYS) END_FTR_SECTION_IFSET(CPU_FTR_BIG_PHYS)
#else #else
2: rlwimi r11, r12, 0, 20, 31 /* Extract RPN from PTE and merge with perms */ rlwimi r11, r12, 0, 20, 31 /* Extract RPN from PTE and merge with perms */
mtspr SPRN_MAS3, r11 mtspr SPRN_MAS3, r11
#endif #endif
#ifdef CONFIG_E200 #ifdef CONFIG_E200
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment