diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-11 21:59:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-11 21:59:33 +0000 |
commit | a1007e478639aa42c91cb720b70fa738bfe860b5 (patch) | |
tree | 64bc08ab1efacfe58fc50a933a3241969aabccc2 | |
parent | 113565dc8ec92baf17bd5c721a13cd03faf19774 (diff) |
Remove now unused evcnt field from struct cpu_info.
-rw-r--r-- | sys/arch/arm/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/cpu.h b/sys/arch/arm/include/cpu.h index a7c423c420c..fa4396b5558 100644 --- a/sys/arch/arm/include/cpu.h +++ b/sys/arch/arm/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.13 2006/12/24 20:30:35 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.14 2007/02/11 21:59:32 miod Exp $ */ /* $NetBSD: cpu.h,v 1.34 2003/06/23 11:01:08 martin Exp $ */ /* @@ -215,7 +215,6 @@ struct cpu_info { u_int32_t ci_arm_cputype; /* CPU type */ u_int32_t ci_arm_cpurev; /* CPU revision */ u_int32_t ci_ctrl; /* The CPU control register */ - struct evcnt ci_arm700bugcount; #ifdef MULTIPROCESSOR MP_CPU_INFO_MEMBERS #endif |