On 2/13/21 5:03 AM, Alex Bennée wrote: > Again there is no reason to jump through the nocache hoops to execute > a single instruction block. We do have to add an additional wrinkle to > the cpu_handle_interrupt case to ensure we let through a TB where we > have specifically disabled icount for the block. > > As the last user of cpu_exec_nocache we can now remove the function. > Further clean-up will follow in subsequent patches. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20210209182749.31323-9-alex.ben...@linaro.org> > Message-Id: <20210210221053.18050-18-alex.ben...@linaro.org> > --- > accel/tcg/cpu-exec.c | 44 ++++---------------------------------------- > 1 file changed, 4 insertions(+), 40 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~