Re: [Qemu-devel] [RFC v2 13/34] cpu-defs: Move out TB_JMP defines

2015-06-01 Thread Richard Henderson
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > 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. > > Signed-off-by: Peter Crosthwaite > --- > include/

[Qemu-devel] [RFC v2 13/34] cpu-defs: Move out TB_JMP defines

2015-05-30 Thread Peter Crosthwaite
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. Signed-off-by: Peter Crosthwaite --- include/exec/cpu-defs.h | 8 include/exec/tb-hash.h | 8 +