[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v8 30/74] openrisc: convert to cpu_halted
From: |
Robert Foley |
Subject: |
[PATCH v8 30/74] openrisc: convert to cpu_halted |
Date: |
Thu, 26 Mar 2020 15:31:12 -0400 |
From: "Emilio G. Cota" <address@hidden>
Cc: Stafford Horne <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Emilio G. Cota <address@hidden>
Signed-off-by: Robert Foley <address@hidden>
---
target/openrisc/sys_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/openrisc/sys_helper.c b/target/openrisc/sys_helper.c
index d9fe6c5948..2615571ce7 100644
--- a/target/openrisc/sys_helper.c
+++ b/target/openrisc/sys_helper.c
@@ -134,7 +134,7 @@ void HELPER(mtspr)(CPUOpenRISCState *env, target_ulong spr,
target_ulong rb)
if (env->pmr & PMR_DME || env->pmr & PMR_SME) {
cpu_restore_state(cs, GETPC(), true);
env->pc += 4;
- cs->halted = 1;
+ cpu_halted_set(cs, 1);
raise_exception(cpu, EXCP_HALTED);
}
break;
--
2.17.1
- [PATCH v8 22/74] lm32: convert to cpu_halted, (continued)
- [PATCH v8 22/74] lm32: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 24/74] mips: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 25/74] riscv: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 28/74] xtensa: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 27/74] sparc: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 26/74] s390x: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 34/74] ppc: use cpu_reset_interrupt, Robert Foley, 2020/03/26
- [PATCH v8 36/74] i386: use cpu_reset_interrupt, Robert Foley, 2020/03/26
- [PATCH v8 39/74] arm: convert to cpu_interrupt_request, Robert Foley, 2020/03/26
- [PATCH v8 29/74] gdbstub: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 30/74] openrisc: convert to cpu_halted,
Robert Foley <=
- [PATCH v8 31/74] cpu-exec: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 32/74] cpu: convert to cpu_halted, Robert Foley, 2020/03/26
- [PATCH v8 33/74] cpu: define cpu_interrupt_request helpers, Robert Foley, 2020/03/26
- [PATCH v8 35/74] exec: use cpu_reset_interrupt, Robert Foley, 2020/03/26
- [PATCH v8 37/74] s390x: use cpu_reset_interrupt, Robert Foley, 2020/03/26
- [PATCH v8 38/74] openrisc: use cpu_reset_interrupt, Robert Foley, 2020/03/26
- [PATCH v8 43/74] i386/whpx-all: convert to cpu_interrupt_request, Robert Foley, 2020/03/26
- [PATCH v8 40/74] i386: convert to cpu_interrupt_request, Robert Foley, 2020/03/26
- [PATCH v8 46/74] sh4: convert to cpu_interrupt_request, Robert Foley, 2020/03/26
- [PATCH v8 41/74] i386/kvm: convert to cpu_interrupt_request, Robert Foley, 2020/03/26