Re: [Qemu-devel] [PATCH] tci: Make flush_icache_range() inline

2011-11-28 Thread Anthony Liguori
On 11/24/2011 04:16 PM, Stefan Weil wrote: This is standard for other tcg targets and improves tci, too. Signed-off-by: Stefan Weil Applied. Thanks. Regards, Anthony Liguori --- tcg/tci/tcg-target.c |4 tcg/tci/tcg-target.h |4 2 files changed, 4 insertions(+), 4 del

[Qemu-devel] [PATCH] tci: Make flush_icache_range() inline

2011-11-24 Thread Stefan Weil
This is standard for other tcg targets and improves tci, too. Signed-off-by: Stefan Weil --- tcg/tci/tcg-target.c |4 tcg/tci/tcg-target.h |4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tcg/tci/tcg-target.c b/tcg/tci/tcg-target.c index 5011c43..f26bec7 10064