cpu-defs: Move out TB_JMP defines
commit41da4bd6420afd1209c408974920f63ff9c658e1
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Sun, 31 May 2015 06:11:46 +0000 (30 23:11 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Jun 2015 14:00:51 +0000 (26 16:00 +0200)
tree78e56f7e51952a8c8319f4c7a8ac8b3c80053cf8
parente1b89321bafea9fb33d87852fc91fee579d17dfe
cpu-defs: Move out TB_JMP defines

These are not Architecture specific in any way so move them out of
cpu-defs.h. tb-hash.h is an appropriate place as a leading user and
their strong relationship to TB hashing and caching.

Reviewed-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-Id: <43ceca65a3fa240efac49aa0bf604ad0442e1710.1433052532.git.crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/cpu-defs.h
include/exec/tb-hash.h