Re: [PATCH 1/6 gnumach] Fix apic_send_ipi function clobbering read only fields

2024-02-05 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 05 févr. 2024 11:33:39 +, a ecrit: > This was the root cause of failing to INIT. > We were clobbering remote_read_status. > And also, we need to reference the .r register > when writing the ICR regs otherwise I think > it writes all of the block. > --- >

[PATCH 1/6 gnumach] Fix apic_send_ipi function clobbering read only fields

2024-02-05 Thread Damien Zammit
This was the root cause of failing to INIT. We were clobbering remote_read_status. And also, we need to reference the .r register when writing the ICR regs otherwise I think it writes all of the block. --- i386/i386/apic.c | 8 ++-- i386/i386/apic.h | 2 +- 2 files changed, 7 insertions(+), 3