You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
558 B
31 lines
558 B
![]()
20 years ago
|
/*
|
||
![]()
18 years ago
|
* cpufeature_32.h
|
||
![]()
20 years ago
|
*
|
||
|
* Defines x86 CPU feature bits
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_X8664_CPUFEATURE_H
|
||
|
#define __ASM_X8664_CPUFEATURE_H
|
||
|
|
||
![]()
18 years ago
|
#include <asm/cpufeature_32.h>
|
||
![]()
20 years ago
|
|
||
![]()
18 years ago
|
#undef cpu_has_vme
|
||
![]()
20 years ago
|
#define cpu_has_vme 0
|
||
![]()
18 years ago
|
|
||
|
#undef cpu_has_pae
|
||
![]()
20 years ago
|
#define cpu_has_pae ___BUG___
|
||
![]()
18 years ago
|
|
||
|
#undef cpu_has_mp
|
||
![]()
20 years ago
|
#define cpu_has_mp 1 /* XXX */
|
||
![]()
18 years ago
|
|
||
|
#undef cpu_has_k6_mtrr
|
||
![]()
20 years ago
|
#define cpu_has_k6_mtrr 0
|
||
![]()
18 years ago
|
|
||
|
#undef cpu_has_cyrix_arr
|
||
![]()
20 years ago
|
#define cpu_has_cyrix_arr 0
|
||
![]()
18 years ago
|
|
||
|
#undef cpu_has_centaur_mcr
|
||
![]()
20 years ago
|
#define cpu_has_centaur_mcr 0
|
||
|
|
||
|
#endif /* __ASM_X8664_CPUFEATURE_H */
|