[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 18/18] target/s390x: Remove ILEN_UNWIND
From: |
David Hildenbrand |
Subject: |
Re: [PATCH v4 18/18] target/s390x: Remove ILEN_UNWIND |
Date: |
Mon, 30 Sep 2019 17:45:35 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 27.09.19 21:39, Richard Henderson wrote:
> This setting is no longer used.
>
> Signed-off-by: Richard Henderson <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 686cbe41e0..fe1bf746f3 100644
> --- a/target/s390x/cpu.h
> +++ b/target/s390x/cpu.h
> @@ -803,8 +803,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 */
>
Reviewed-by: David Hildenbrand <address@hidden>
--
Thanks,
David / dhildenb
- [PATCH v4 08/18] target/s390x: Remove exc argument to mmu_translate_asce, (continued)
- [PATCH v4 08/18] target/s390x: Remove exc argument to mmu_translate_asce, Richard Henderson, 2019/09/27
- [PATCH v4 09/18] target/s390x: Return exception from mmu_translate, Richard Henderson, 2019/09/27
- [PATCH v4 16/18] target/s390x: Remove ilen argument from trigger_access_exception, Richard Henderson, 2019/09/27
- [PATCH v4 12/18] target/s390x: Simplify helper_lra, Richard Henderson, 2019/09/27
- [PATCH v4 14/18] target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw, Richard Henderson, 2019/09/27
- [PATCH v4 11/18] target/s390x: Remove fail variable from s390_cpu_tlb_fill, Richard Henderson, 2019/09/27
- [PATCH v4 13/18] target/s390x: Rely on unwinding in s390_cpu_tlb_fill, Richard Henderson, 2019/09/27
- [PATCH v4 15/18] target/s390x: Remove ILEN_AUTO, Richard Henderson, 2019/09/27
- [PATCH v4 18/18] target/s390x: Remove ILEN_UNWIND, Richard Henderson, 2019/09/27
- Re: [PATCH v4 18/18] target/s390x: Remove ILEN_UNWIND,
David Hildenbrand <=
- [PATCH v4 17/18] target/s390x: Remove ilen argument from trigger_pgm_exception, Richard Henderson, 2019/09/27