[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 30/31] target/s390x: Remove ILEN_UNWIND
From: |
David Hildenbrand |
Subject: |
[PULL 30/31] target/s390x: Remove ILEN_UNWIND |
Date: |
Thu, 10 Oct 2019 13:33:55 +0200 |
From: Richard Henderson <address@hidden>
This setting is no longer used.
Signed-off-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>
---
target/s390x/cpu.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h
index e7a9a58e0f..17460ed7b3 100644
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
@@ -804,8 +804,6 @@ int cpu_s390x_signal_handler(int host_signum, void *pinfo,
void *puc);
void s390_crw_mchk(void);
void s390_io_interrupt(uint16_t subchannel_id, uint16_t subchannel_nr,
uint32_t io_int_parm, uint32_t io_int_word);
-/* instruction length set by unwind info */
-#define ILEN_UNWIND 0
#define RA_IGNORED 0
void s390_program_interrupt(CPUS390XState *env, uint32_t code, uintptr_t ra);
/* service interrupts are floating therefore we must not pass an cpustate */
--
2.21.0
- [PULL 20/31] target/s390x: Remove exc argument to mmu_translate_asce, (continued)
- [PULL 20/31] target/s390x: Remove exc argument to mmu_translate_asce, David Hildenbrand, 2019/10/10
- [PULL 21/31] target/s390x: Return exception from mmu_translate, David Hildenbrand, 2019/10/10
- [PULL 22/31] target/s390x: Return exception from translate_pages, David Hildenbrand, 2019/10/10
- [PULL 23/31] target/s390x: Remove fail variable from s390_cpu_tlb_fill, David Hildenbrand, 2019/10/10
- [PULL 24/31] target/s390x: Simplify helper_lra, David Hildenbrand, 2019/10/10
- [PULL 25/31] target/s390x: Rely on unwinding in s390_cpu_tlb_fill, David Hildenbrand, 2019/10/10
- [PULL 26/31] target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw, David Hildenbrand, 2019/10/10
- [PULL 27/31] target/s390x: Remove ILEN_AUTO, David Hildenbrand, 2019/10/10
- [PULL 28/31] target/s390x: Remove ilen argument from trigger_access_exception, David Hildenbrand, 2019/10/10
- [PULL 29/31] target/s390x: Remove ilen argument from trigger_pgm_exception, David Hildenbrand, 2019/10/10
- [PULL 30/31] target/s390x: Remove ILEN_UNWIND,
David Hildenbrand <=
- [PULL 31/31] s390x/tcg: MVCL: Exit to main loop if requested, David Hildenbrand, 2019/10/10
- Re: [PULL 00/31] s390x/tcg update, no-reply, 2019/10/10
- Re: [PULL 00/31] s390x/tcg update, Peter Maydell, 2019/10/14