[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] ping.. Re: [PATCH moxie] Fix bug in tlb_fill.
From: |
Anthony Green |
Subject: |
[Qemu-devel] ping.. Re: [PATCH moxie] Fix bug in tlb_fill. |
Date: |
Sat, 14 Dec 2013 23:10:29 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
This patch still needs to be applied. There was some follow-up
discussion on this patch back in May, but none of it negates the fact
that this patch needs to be applied.
Thanks!
AG
Anthony Green <address@hidden> writes:
> Fix a simple bug in tlb_fill for moxie. The port was mostly working
> before, which is why I only really noticed it recently. Thanks to
> @jcmvbkbc for tracking it down.
>
> Signed-off-by: Anthony Green <address@hidden>
> ---
> target-moxie/helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target-moxie/helper.c b/target-moxie/helper.c
> index 6e0ac2a..6c36c49 100644
> --- a/target-moxie/helper.c
> +++ b/target-moxie/helper.c
> @@ -55,8 +55,8 @@ void tlb_fill(CPUMoxieState *env, target_ulong addr, int
> is_write, int mmu_idx,
> if (retaddr) {
> cpu_restore_state(env, retaddr);
> }
> + cpu_loop_exit(env);
> }
> - cpu_loop_exit(env);
> }
>
> void helper_raise_exception(CPUMoxieState *env, int ex)
- [Qemu-devel] ping.. Re: [PATCH moxie] Fix bug in tlb_fill.,
Anthony Green <=