Re: [PATCH v2 15/18] powerpc: Emulate paste instruction
From: Michael Neuling <hidden>
Date: 2017-10-09 10:00:56
Also in:
lkml
From: Michael Neuling <hidden>
Date: 2017-10-09 10:00:56
Also in:
lkml
@ -1924,6 +1987,7 @@ struct ppc_emulated ppc_emulated =3D {=C2=A0 WARN_EMULATED_SETUP(mfdscr), =C2=A0 WARN_EMULATED_SETUP(mtdscr), =C2=A0 WARN_EMULATED_SETUP(lq_stq), + WARN_EMULATED_SETUP(paste),
You'll need to rebase this on powerpc/next as this has changed upstream. Mikey