Re: [PATCH v2 15/18] powerpc: Emulate paste instruction

From: Michael Neuling
Date: Mon Oct 09 2017 - 06:00:59 EST


@ -1924,6 +1987,7 @@ struct ppc_emulated ppc_emulated = {
> Â WARN_EMULATED_SETUP(mfdscr),
> Â WARN_EMULATED_SETUP(mtdscr),
> Â WARN_EMULATED_SETUP(lq_stq),
> + WARN_EMULATED_SETUP(paste),

You'll need to rebase this on powerpc/next as this has changed upstream.

Mikey