diff options
Diffstat (limited to 'sys/arch/sh/include/cpu.h')
-rw-r--r-- | sys/arch/sh/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h index ce6a69da2b6..e313d701d22 100644 --- a/sys/arch/sh/include/cpu.h +++ b/sys/arch/sh/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.23 2013/02/11 17:05:25 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.24 2013/02/12 08:06:22 mpi Exp $ */ /* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */ /*- @@ -65,9 +65,6 @@ struct cpu_info { #ifdef DIAGNOSTIC int ci_mutex_level; #endif -#ifdef GPROF - struct gmonparam *ci_gmon; -#endif }; extern struct cpu_info cpu_info_store; |