[Qemu-devel] [PATCH 1/2] tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS

2013-06-04 Thread Richard Henderson
Rather than a hand-coded version of the same thing. Signed-off-by: Richard Henderson r...@twiddle.net --- include/exec/cpu-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index d8c64e9..2e5a9ba 100644 ---

Re: [Qemu-devel] [PATCH 1/2] tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS

2013-06-04 Thread li guang
Reviewed-by: liguang lig.f...@cn.fujitsu.com 在 2013-06-04二的 09:58 -0700,Richard Henderson写道: Rather than a hand-coded version of the same thing. Signed-off-by: Richard Henderson r...@twiddle.net --- include/exec/cpu-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff