On Sun, 2018-04-01 at 05:50:35 UTC, Nicholas Piggin wrote: > arch/powerpc/kvm/book3s_hv.c: In function âkvmppc_h_set_modeâ: > arch/powerpc/kvm/book3s_hv.c:745:8: error: implicit declaration of function > âppc_breakpoint_availableâ; did you mean âhw_breakpoint_disableâ? > [-Werror=implicit-function-declaration] > if (!ppc_breakpoint_available()) > ^~~~~~~~~~~~~~~~~~~~~~~~ > hw_breakpoint_disable > > Cc: Michael Neuling <mi...@neuling.org> > Fixes: 398e712c00 ("KVM: PPC: Book3S HV: Return error from > h_set_mode(SET_DAWR) on POWER9") > Signed-off-by: Nicholas Piggin <npig...@gmail.com>
Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e303c08787c4cbe1ca07912817dff2 cheers