All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/ppc: Drop use of SYNC macro in head_fsl_booke.S
@ 2007-02-13 20:16 Becky Bruce
  2007-02-14 15:54 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Becky Bruce @ 2007-02-13 20:16 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Eliminate needless invocation of the SYNC macro (which always evaluates to
nothing on BookE) from head_fsl_booke.S

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>

---
commit 6007a6b0235e2060556c8136f1fa2ddfea2228d3
tree d6b96565246807ae10f9fa64e24280eb2664e8ec
parent 2a5f6e78c834e1824a9d6ef3d561920cbda61a5e
author Becky Bruce <becky.bruce@freescale.com> Mon, 12 Feb 2007 17:55:50 -0600
committer Becky Bruce <becky.bruce@freescale.com> Mon, 12 Feb 2007 17:55:50 -0600

 arch/powerpc/kernel/head_fsl_booke.S |    2 --
 arch/ppc/kernel/head_fsl_booke.S     |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/kernel/head_fsl_booke.S b/arch/powerpc/kernel/head_fsl_booke.S
index 54f40d9..1f155d3 100644
--- a/arch/powerpc/kernel/head_fsl_booke.S
+++ b/arch/powerpc/kernel/head_fsl_booke.S
@@ -892,7 +892,6 @@ load_up_spe:
 	REST_GPR(9, r11)
 	REST_GPR(12, r11)
 	lwz	r11,GPR11(r11)
-	SYNC
 	rfi
 
 /*
@@ -956,7 +955,6 @@ _GLOBAL(giveup_altivec)
 _GLOBAL(giveup_spe)
 	mfmsr	r5
 	oris	r5,r5,MSR_SPE@h
-	SYNC
 	mtmsr	r5			/* enable use of SPE now */
 	isync
 	cmpi	0,r3,0
diff --git a/arch/ppc/kernel/head_fsl_booke.S b/arch/ppc/kernel/head_fsl_booke.S
index 54f40d9..1f155d3 100644
--- a/arch/ppc/kernel/head_fsl_booke.S
+++ b/arch/ppc/kernel/head_fsl_booke.S
@@ -892,7 +892,6 @@ load_up_spe:
 	REST_GPR(9, r11)
 	REST_GPR(12, r11)
 	lwz	r11,GPR11(r11)
-	SYNC
 	rfi
 
 /*
@@ -956,7 +955,6 @@ _GLOBAL(giveup_altivec)
 _GLOBAL(giveup_spe)
 	mfmsr	r5
 	oris	r5,r5,MSR_SPE@h
-	SYNC
 	mtmsr	r5			/* enable use of SPE now */
 	isync
 	cmpi	0,r3,0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc/ppc: Drop use of SYNC macro in head_fsl_booke.S
  2007-02-13 20:16 [PATCH] powerpc/ppc: Drop use of SYNC macro in head_fsl_booke.S Becky Bruce
@ 2007-02-14 15:54 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-02-14 15:54 UTC (permalink / raw)
  To: Becky Bruce; +Cc: linuxppc-dev


On Feb 13, 2007, at 2:16 PM, Becky Bruce wrote:

> Eliminate needless invocation of the SYNC macro (which always  
> evaluates to
> nothing on BookE) from head_fsl_booke.S
>
> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>

applied

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-14 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 20:16 [PATCH] powerpc/ppc: Drop use of SYNC macro in head_fsl_booke.S Becky Bruce
2007-02-14 15:54 ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.