Re: [PATCH gnumach] fpu: Fix cpuid feature detection

2024-01-27 Thread Samuel Thibault
Applied, thanks! Olivier Valentin, le mer. 24 janv. 2024 09:00:19 +0100, a ecrit: > Make sure to fetch capabilities from cpuid(0xd,0x1) > and max structure sizes from cpuid(0xd,0x0). > --- > i386/i386/fpu.c | 40 +++- > 1 file changed, 15 insertions(+), 25 dele

[PATCH gnumach] fpu: Fix cpuid feature detection

2024-01-24 Thread Olivier Valentin
Make sure to fetch capabilities from cpuid(0xd,0x1) and max structure sizes from cpuid(0xd,0x0). --- i386/i386/fpu.c | 40 +++- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index fefe5e49..9bf5aecf 100644 ---