diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-02-12 08:06:23 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-02-12 08:06:23 +0000 |
commit | aa4bc9246a0fcaf361cb75d59ca7d19d72962d05 (patch) | |
tree | fc106555772640bd51b2f44ca8966b605ebe3547 /sys/arch/i386 | |
parent | 7af426a5b2c56a8f45fc6a4fa8adffb2eab344b4 (diff) |
Back out per-CPU kernel profiling, it shouldn't modify a public header
at this moment.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index d68a669ac4e..2fe58c1d2a5 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.126 2013/02/11 17:05:25 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.127 2013/02/12 08:06:22 mpi Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -148,9 +148,6 @@ struct cpu_info { struct ksensordev ci_sensordev; struct ksensor ci_sensor; -#ifdef GPROF - struct gmonparam *ci_gmon; -#endif }; /* |