Re: [PATCH] x86_64: remove redundant cpu_has_ definitions

2008-01-18 Thread Ingo Molnar
* Kyle McMartin <[EMAIL PROTECTED]> wrote: > --- a/include/asm-x86/cpufeature.h > +++ b/include/asm-x86/cpufeature.h > @@ -195,21 +195,6 @@ > #undef cpu_has_centaur_mcr > #define cpu_has_centaur_mcr 0 > > -#undef cpu_has_pse > -#define cpu_has_pse 1 > - > -#undef cpu_has_pge > -#

[PATCH] x86_64: remove redundant cpu_has_ definitions

2008-01-17 Thread Kyle McMartin
On Fri, Jan 18, 2008 at 12:04:54AM -0500, H. Peter Anvin wrote: > Unnecessary. These overrides are only needed for the anticases (known to > be zero) or for some special hacks. > Cool, guess that means a bunch of them can go... > Stuff that have proper CPUID bits get these defined as constants