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

2024-02-08 Thread Samuel Thibault
Applied both, thanks! Olivier Valentin, le jeu. 08 févr. 2024 17:50:15 +0100, a ecrit: > Make sure to fetch capabilities from cpuid(0xd,0x1) > --- > i386/i386/fpu.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c > index fefe

[PATCH gnumach 2/2] fpu: Fix cpuid feature detection

2024-02-08 Thread Olivier Valentin
Make sure to fetch capabilities from cpuid(0xd,0x1) --- i386/i386/fpu.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index fefe5e49..4cd31dd9 100644 --- a/i386/i386/fpu.c +++ b/i386/i386/fpu.c @@ -163,6 +163,7 @@ init_fpu(void)