All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1479861172.6542.62.camel@neuling.org>

diff --git a/a/1.txt b/N1/1.txt
index b4a15d0..2f7c15b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
 On Tue, 2016-11-22 at 23:36 +0530, Gautham R. Shenoy wrote:
 > From: "Gautham R. Shenoy" <ego@linux.vnet.ibm.com>
->=20
+> 
 > Ensure that PSSCR is set to a safe value corresponding to no
 > state-loss each time a POWER9 CPU comes online.
->=20
+> 
 > Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
 
 Tested here on my configuration... FWIW
@@ -11,27 +11,27 @@ Tested here on my configuration... FWIW
 Acked-By: Michael Neuling <mikey@neuling.org>
 
 > ---
-> =C2=A0arch/powerpc/kernel/cpu_setup_power.S | 2 ++
-> =C2=A01 file changed, 2 insertions(+)
->=20
+>  arch/powerpc/kernel/cpu_setup_power.S | 2 ++
+>  1 file changed, 2 insertions(+)
+> 
 > diff --git a/arch/powerpc/kernel/cpu_setup_power.S
 > b/arch/powerpc/kernel/cpu_setup_power.S
 > index 52ff3f0..37ad045 100644
 > --- a/arch/powerpc/kernel/cpu_setup_power.S
 > +++ b/arch/powerpc/kernel/cpu_setup_power.S
 > @@ -96,6 +96,7 @@ _GLOBAL(__setup_cpu_power9)
-> =C2=A0	mtlr	r11
-> =C2=A0	beqlr
-> =C2=A0	li	r0,0
+>  	mtlr	r11
+>  	beqlr
+>  	li	r0,0
 > +	mtspr	SPRN_PSSCR,r0
-> =C2=A0	mtspr	SPRN_LPID,r0
-> =C2=A0	mfspr	r3,SPRN_LPCR
-> =C2=A0	ori	r3, r3, LPCR_PECEDH
+>  	mtspr	SPRN_LPID,r0
+>  	mfspr	r3,SPRN_LPCR
+>  	ori	r3, r3, LPCR_PECEDH
 > @@ -116,6 +117,7 @@ _GLOBAL(__restore_cpu_power9)
-> =C2=A0	mtlr	r11
-> =C2=A0	beqlr
-> =C2=A0	li	r0,0
+>  	mtlr	r11
+>  	beqlr
+>  	li	r0,0
 > +	mtspr	SPRN_PSSCR,r0
-> =C2=A0	mtspr	SPRN_LPID,r0
-> =C2=A0	mfspr=C2=A0=C2=A0=C2=A0r3,SPRN_LPCR
-> =C2=A0	ori	r3, r3, LPCR_PECEDH
+>  	mtspr	SPRN_LPID,r0
+>  	mfspr   r3,SPRN_LPCR
+>  	ori	r3, r3, LPCR_PECEDH
diff --git a/a/content_digest b/N1/content_digest
index 7b67acd..4091a21 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -14,10 +14,10 @@
  "b\0"
  "On Tue, 2016-11-22 at 23:36 +0530, Gautham R. Shenoy wrote:\n"
  "> From: \"Gautham R. Shenoy\" <ego@linux.vnet.ibm.com>\n"
- ">=20\n"
+ "> \n"
  "> Ensure that PSSCR is set to a safe value corresponding to no\n"
  "> state-loss each time a POWER9 CPU comes online.\n"
- ">=20\n"
+ "> \n"
  "> Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>\n"
  "\n"
  "Tested here on my configuration... FWIW\n"
@@ -25,29 +25,29 @@
  "Acked-By: Michael Neuling <mikey@neuling.org>\n"
  "\n"
  "> ---\n"
- "> =C2=A0arch/powerpc/kernel/cpu_setup_power.S | 2 ++\n"
- "> =C2=A01 file changed, 2 insertions(+)\n"
- ">=20\n"
+ "> \302\240arch/powerpc/kernel/cpu_setup_power.S | 2 ++\n"
+ "> \302\2401 file changed, 2 insertions(+)\n"
+ "> \n"
  "> diff --git a/arch/powerpc/kernel/cpu_setup_power.S\n"
  "> b/arch/powerpc/kernel/cpu_setup_power.S\n"
  "> index 52ff3f0..37ad045 100644\n"
  "> --- a/arch/powerpc/kernel/cpu_setup_power.S\n"
  "> +++ b/arch/powerpc/kernel/cpu_setup_power.S\n"
  "> @@ -96,6 +96,7 @@ _GLOBAL(__setup_cpu_power9)\n"
- "> =C2=A0\tmtlr\tr11\n"
- "> =C2=A0\tbeqlr\n"
- "> =C2=A0\tli\tr0,0\n"
+ "> \302\240\tmtlr\tr11\n"
+ "> \302\240\tbeqlr\n"
+ "> \302\240\tli\tr0,0\n"
  "> +\tmtspr\tSPRN_PSSCR,r0\n"
- "> =C2=A0\tmtspr\tSPRN_LPID,r0\n"
- "> =C2=A0\tmfspr\tr3,SPRN_LPCR\n"
- "> =C2=A0\tori\tr3, r3, LPCR_PECEDH\n"
+ "> \302\240\tmtspr\tSPRN_LPID,r0\n"
+ "> \302\240\tmfspr\tr3,SPRN_LPCR\n"
+ "> \302\240\tori\tr3, r3, LPCR_PECEDH\n"
  "> @@ -116,6 +117,7 @@ _GLOBAL(__restore_cpu_power9)\n"
- "> =C2=A0\tmtlr\tr11\n"
- "> =C2=A0\tbeqlr\n"
- "> =C2=A0\tli\tr0,0\n"
+ "> \302\240\tmtlr\tr11\n"
+ "> \302\240\tbeqlr\n"
+ "> \302\240\tli\tr0,0\n"
  "> +\tmtspr\tSPRN_PSSCR,r0\n"
- "> =C2=A0\tmtspr\tSPRN_LPID,r0\n"
- "> =C2=A0\tmfspr=C2=A0=C2=A0=C2=A0r3,SPRN_LPCR\n"
- "> =C2=A0\tori\tr3, r3, LPCR_PECEDH"
+ "> \302\240\tmtspr\tSPRN_LPID,r0\n"
+ "> \302\240\tmfspr\302\240\302\240\302\240r3,SPRN_LPCR\n"
+ "> \302\240\tori\tr3, r3, LPCR_PECEDH"
 
-63a12d57cfd2b8d41df3b696bd960ecc52b8ecd23c82332fadebf826528f3e13
+2bb76e635a1b3e5fd79dfa811433f02469ccfef03eadf8b0fcf95d96a529d36f

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.