With the latest 7A1000 user manual, interrupt status register ISR is
read only. Here discard write operation with ISR register.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <
20250507023148.
1877287-7-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
trace_loongarch_pch_pic_high_writew(size, addr, data);
switch (addr) {
- case PCH_PIC_INT_STATUS:
- s->intisr = get_writew_val(s->intisr, data, 0);
- break;
- case PCH_PIC_INT_STATUS + 4:
- s->intisr = get_writew_val(s->intisr, data, 1);
- break;
case PCH_PIC_INT_POL:
s->int_polarity = get_writew_val(s->int_polarity, data, 0);
break;