Re: [PATCH 06/10] powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers
From: Scott Wood <hidden>
Date: 2014-03-14 19:30:53
From: Scott Wood <hidden>
Date: 2014-03-14 19:30:53
On Thu, 2014-03-13 at 19:00 -0500, Scott Wood wrote:
@@ -444,6 +451,9 @@ _GLOBAL(kvmppc_resume_host) PPC_STD(r8, VCPU_SHARED_SPRG6, r11) mfxer r3 PPC_STD(r9, VCPU_SHARED_SPRG7, r11) +#ifdef CONFIG_64BIT + mtspr SPRN_SPRG_VDSO_WRITE, r3 +#endif
Oops, this hunk was a patch shuffling accident. v2 coming. -Scott