diff options
author | Becky Bruce <bgill@freescale.com> | 2007-02-13 17:00:49 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-13 17:13:27 -0500 |
commit | 02ed82ccc5171bc3c88666568edcb71f3d4a79f6 (patch) | |
tree | 1f3647b30e382d877a5653350a689c7224c503de /arch/ppc | |
parent | eb11a720a85833bbd9b92628f196583ee1d50d4e (diff) |
[POWERPC] 85xx: Drop use of SYNC macro in head_fsl_booke.S
Eliminate needless invocation of the SYNC macro (which always evaluates to
nothing on BookE) from head_fsl_booke.S (for both arch/ppc & arch/powerpc).
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/head_fsl_booke.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/kernel/head_fsl_booke.S b/arch/ppc/kernel/head_fsl_booke.S index 54f40d95cdb9..1f155d399d57 100644 --- a/arch/ppc/kernel/head_fsl_booke.S +++ b/arch/ppc/kernel/head_fsl_booke.S | |||
@@ -892,7 +892,6 @@ load_up_spe: | |||
892 | REST_GPR(9, r11) | 892 | REST_GPR(9, r11) |
893 | REST_GPR(12, r11) | 893 | REST_GPR(12, r11) |
894 | lwz r11,GPR11(r11) | 894 | lwz r11,GPR11(r11) |
895 | SYNC | ||
896 | rfi | 895 | rfi |
897 | 896 | ||
898 | /* | 897 | /* |
@@ -956,7 +955,6 @@ _GLOBAL(giveup_altivec) | |||
956 | _GLOBAL(giveup_spe) | 955 | _GLOBAL(giveup_spe) |
957 | mfmsr r5 | 956 | mfmsr r5 |
958 | oris r5,r5,MSR_SPE@h | 957 | oris r5,r5,MSR_SPE@h |
959 | SYNC | ||
960 | mtmsr r5 /* enable use of SPE now */ | 958 | mtmsr r5 /* enable use of SPE now */ |
961 | isync | 959 | isync |
962 | cmpi 0,r3,0 | 960 | cmpi 0,r3,0 |