i386: Remove strrchr assembler implementation
[deliverable/linux.git] / include / asm-x86 / cpufeature_64.h
CommitLineData
1da177e4 1/*
96a388de 2 * cpufeature_32.h
1da177e4
LT
3 *
4 * Defines x86 CPU feature bits
5 */
6
7#ifndef __ASM_X8664_CPUFEATURE_H
8#define __ASM_X8664_CPUFEATURE_H
9
2b8232ce 10#include "cpufeature_32.h"
1da177e4 11
ec481536 12#undef cpu_has_vme
1da177e4 13#define cpu_has_vme 0
ec481536
PA
14
15#undef cpu_has_pae
1da177e4 16#define cpu_has_pae ___BUG___
ec481536
PA
17
18#undef cpu_has_mp
1da177e4 19#define cpu_has_mp 1 /* XXX */
ec481536
PA
20
21#undef cpu_has_k6_mtrr
1da177e4 22#define cpu_has_k6_mtrr 0
ec481536
PA
23
24#undef cpu_has_cyrix_arr
1da177e4 25#define cpu_has_cyrix_arr 0
ec481536
PA
26
27#undef cpu_has_centaur_mcr
1da177e4 28#define cpu_has_centaur_mcr 0
1da177e4
LT
29
30#endif /* __ASM_X8664_CPUFEATURE_H */
This page took 0.275801 seconds and 5 git commands to generate.