01.06.2015 10:53, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > translate-all.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/translate-all.h b/translate-all.h > index ef9166c..0384640 100644 > --- a/translate-all.h > +++ b/translate-all.h > @@ -24,7 +24,6 @@ void tb_invalidate_phys_page_fast(tb_page_addr_t start, int > len); > void tb_invalidate_phys_page_range(tb_page_addr_t start, tb_page_addr_t end, > int is_cpu_write_access); > void tb_invalidate_phys_range(tb_page_addr_t start, tb_page_addr_t end); > -void cpu_unlink_tb(CPUState *cpu); > void tb_check_watchpoint(CPUState *cpu); > > #ifdef CONFIG_USER_ONLY
Hmm. This does not apply due to context, my version of translate-all.h is very short, without tb_invalidate_phys_page_range prototype and without ifdef CONFIG_USER_ONLY, and after this prototype removal it contains just 3 prototypes. I reduced this to just the one-line removal and applied, and git pull should do the right thing too. Thanks, /mjt