Re: [PATCH v2 gnumach] apic: Use cpuid to read the apic id for speed OFF TOPIC PRAISE

2023-08-23 Thread Joshua Branson
Samuel Thibault writes: > Applied, thanks! Congrats Damien! I don't massively understand this patch, but from what I have read on the irc logs this improves some performance benchmark by an order of magnitude. That's pretty stellar! > > Damien Zammit, le mer. 16 août 2023 01:44:50 +, a ec

Re: [PATCH v2 gnumach] apic: Use cpuid to read the apic id for speed

2023-08-22 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 16 août 2023 01:44:50 +, a ecrit: > --- > i386/i386/apic.c | 11 +-- > i386/i386/cpu_number.h | 20 +++- > i386/i386/mp_desc.c| 3 +-- > x86_64/locore.S| 6 +++--- > 4 files changed, 28 insertions(+), 12 delet

[PATCH v2 gnumach] apic: Use cpuid to read the apic id for speed

2023-08-15 Thread Damien Zammit
--- i386/i386/apic.c | 11 +-- i386/i386/cpu_number.h | 20 +++- i386/i386/mp_desc.c| 3 +-- x86_64/locore.S| 6 +++--- 4 files changed, 28 insertions(+), 12 deletions(-) diff --git a/i386/i386/apic.c b/i386/i386/apic.c index 2bb8e3f1..3a51f506 100644 -