Re: [Qemu-devel] [PATCH v3 12/34] cputlb: Tidy some macros

2016-09-12 Thread Alex Bennée
Richard Henderson writes: > TGT_LE and TGT_BE are not size dependent and do not need to be > redefined. The others are no longer used at all. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > cputlb.c | 8 > softmmu_template.h | 22 --

[Qemu-devel] [PATCH v3 12/34] cputlb: Tidy some macros

2016-09-03 Thread Richard Henderson
TGT_LE and TGT_BE are not size dependent and do not need to be redefined. The others are no longer used at all. Signed-off-by: Richard Henderson --- cputlb.c | 8 softmmu_template.h | 22 -- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/