Re: [Qemu-devel] [PATCH 09/15] cpu_ldst.h: Drop unused ld/st*_kernel defines

2015-01-19 Thread Alex Bennée
Peter Maydell writes: > The ld*_kernel and st*_kernel defines are not used anywhere; > delete them. > > Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée > --- > include/exec/cpu_ldst.h | 15 --- > 1 file changed, 15 deletions(-) > > diff --git a/include/exec/cpu_ldst.h b/inc

[Qemu-devel] [PATCH 09/15] cpu_ldst.h: Drop unused ld/st*_kernel defines

2015-01-15 Thread Peter Maydell
The ld*_kernel and st*_kernel defines are not used anywhere; delete them. Signed-off-by: Peter Maydell --- include/exec/cpu_ldst.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h index 4700831..64d9087 100644 --- a/include/exe