summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-02-12 08:06:23 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-02-12 08:06:23 +0000
commitaa4bc9246a0fcaf361cb75d59ca7d19d72962d05 (patch)
treefc106555772640bd51b2f44ca8966b605ebe3547 /sys/arch/m88k/include
parent7af426a5b2c56a8f45fc6a4fa8adffb2eab344b4 (diff)
Back out per-CPU kernel profiling, it shouldn't modify a public header
at this moment.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r--sys/arch/m88k/include/cpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h
index 4da10bede57..f5055a5463e 100644
--- a/sys/arch/m88k/include/cpu.h
+++ b/sys/arch/m88k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.57 2013/02/11 17:05:25 mpi Exp $ */
+/* $OpenBSD: cpu.h,v 1.58 2013/02/12 08:06:22 mpi Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1992, 1993
@@ -172,9 +172,6 @@ struct cpu_info {
#ifdef DIAGNOSTIC
int ci_mutex_level;
#endif
-#ifdef GPROF
- struct gmonparam *ci_gmon;
-#endif
};
extern cpuid_t master_cpu;