2.2.17: CPU features bug for AMD?

2000-10-09 Thread Ulrich Windl
Browsing patch-2.2.17.gz I found this: linux/arch/i386/kernel/setup.c: Isn't here an "else" or "break" missing? Otherwise ``x86_cap_flags[16] = "pat"'' is always the case, and extended AMD features are always present. @@ -1029,17 +1130,22 @@ case X86_VENDOR_AMD:

Re: 2.2.17: CPU features bug for AMD?

2000-10-09 Thread davej
[EMAIL PROTECTED] wrote.. > linux/arch/i386/kernel/setup.c: > Isn't here an "else" or "break" missing? Otherwise > ``x86_cap_flags[16] = "pat"'' is always the case Good spotting! There should be an else there, as there is in 2.4 Regards, Dave. --- setup.c~Mon Oct 9 20:18:59 2000 +++ set