From aa4bc9246a0fcaf361cb75d59ca7d19d72962d05 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Tue, 12 Feb 2013 08:06:23 +0000 Subject: Back out per-CPU kernel profiling, it shouldn't modify a public header at this moment. --- sys/arch/hppa64/include/cpu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/hppa64') diff --git a/sys/arch/hppa64/include/cpu.h b/sys/arch/hppa64/include/cpu.h index 211a3ded9ab..509a8a21b14 100644 --- a/sys/arch/hppa64/include/cpu.h +++ b/sys/arch/hppa64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.29 2013/02/11 17:05:25 mpi Exp $ */ +/* $OpenBSD: cpu.h,v 1.30 2013/02/12 08:06:22 mpi Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -109,9 +109,6 @@ struct cpu_info { #ifdef DIAGNOSTIC int ci_mutex_level; #endif -#ifdef GPROF - struct gmonparam *ci_gmon; -#endif }; struct cpu_info *curcpu(void); -- cgit v1.2.3