On 01/19/2017 09:04 AM, Alex Bennée wrote: > From: Pranith Kumar <bobby.pr...@gmail.com> > > Enable tcg lock debug asserts in a debug build by default instead of > relying on DEBUG_LOCKING. None of the other DEBUG_* macros have > asserts, so this patch removes DEBUG_LOCKING and enable these asserts > in a debug build. > > CC: Richard Henderson <r...@twiddle.net> > Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> > [AJB: tweak ifdefs so can be early in series] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > translate-all.c | 52 ++++++++++++++++------------------------------------ > 1 file changed, 16 insertions(+), 36 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~