summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-12-20 21:57:55 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:59 +0200
commita68b1e90c5bf42d1d406c10f8b62b85b7574e6b3 (patch)
tree7fa052bc5fb0497556b954b6dd4d773a8ec5d824 /i386
parent674b3dff6b5498a1542a9c344e7d16effe6f2d11 (diff)
typo
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/locore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/locore.h b/i386/i386/locore.h
index 24aef2e..b873e6f 100644
--- a/i386/i386/locore.h
+++ b/i386/i386/locore.h
@@ -66,7 +66,7 @@ extern unsigned int cpu_features[1];
#define CPU_FEATURE_TM 29
#define CPU_FEATURE_PBE 31
-#define CPU_HAS_FEATURE(feature) (cpu_feature[(feature) / 32] & (1 << ((feature) % 32)))
+#define CPU_HAS_FEATURE(feature) (cpu_features[(feature) / 32] & (1 << ((feature) % 32)))
#endif /* _MACHINE__LOCORE_H_ */