Re: [Qemu-devel] [PATCH v2 5/6] target-ppc: make some functions static

2012-10-29 Thread Alexander Graf
On 28.10.2012, at 12:04, Blue Swirl wrote: > Signed-off-by: Blue Swirl Acked-by: Alexander Graf Alex > --- > target-ppc/cpu.h|6 -- > target-ppc/mmu_helper.c | 11 ++- > 2 files changed, 6 insertions(+), 11 deletions(-) > > diff --git a/target-ppc/cpu.h b/target-ppc/

[Qemu-devel] [PATCH v2 5/6] target-ppc: make some functions static

2012-10-28 Thread Blue Swirl
Signed-off-by: Blue Swirl --- target-ppc/cpu.h|6 -- target-ppc/mmu_helper.c | 11 ++- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index b34a1ff..a5e7c55 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -1141