diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-12-19 22:42:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-12-19 22:42:14 +0000 |
commit | 7c4b2e80ed6519adc24053b9b036d8a7e3ac78a9 (patch) | |
tree | ce1bc54c857c953129ab5d00a2871ceda636db68 /sys/arch/i386/include/cpu.h | |
parent | 827fcbeb560ebcc383d272d0218e95bc68d034f9 (diff) |
add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 6bdea1fc2b6..3a6fbcb88ee 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.52 2003/12/18 23:46:19 tedu Exp $ */ +/* $OpenBSD: cpu.h,v 1.53 2003/12/19 22:42:13 tedu Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -143,6 +143,7 @@ struct cpu_cpuid_feature { extern int cpu; extern int cpu_class; extern int cpu_feature; +extern int cpu_ecxfeature; extern int cpu_apmwarn; extern int cpu_apmhalt; extern int cpuid_level; |