[Qemu-devel] [PATCH 6/9] cpu-exec: unify do_interrupt call

2011-06-19 Thread Blue Swirl
Now that all targets use common function signature for do_interrupt(), there is no need for the #ifdeffery anymore. Signed-off-by: Blue Swirl --- cpu-exec.c | 26 -- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index 64203b3..f

[Qemu-devel] [PATCH 6/9] cpu-exec: unify do_interrupt call

2011-05-22 Thread Blue Swirl
Now that all targets use common function signature for do_interrupt(), there is no need for the #ifdeffery anymore. Signed-off-by: Blue Swirl --- cpu-exec.c | 26 -- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index 4aa75fd..d