From 7f65824c2c2fca6178d183c1d1f4f0d6060e4227 Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Sun, 13 Apr 2008 11:35:56 +0000 Subject: garbage collect the cpus_running global variable; pointed out by and ok drahn@, toby@; --- sys/arch/amd64/include/cpuvar.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch/amd64/include/cpuvar.h') diff --git a/sys/arch/amd64/include/cpuvar.h b/sys/arch/amd64/include/cpuvar.h index b821592e1b8..fa3e0b656c5 100644 --- a/sys/arch/amd64/include/cpuvar.h +++ b/sys/arch/amd64/include/cpuvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpuvar.h,v 1.1 2004/01/28 01:39:39 mickey Exp $ */ +/* $OpenBSD: cpuvar.h,v 1.2 2008/04/13 11:35:55 thib Exp $ */ /* $NetBSD: cpuvar.h,v 1.1 2003/03/01 18:29:28 fvdl Exp $ */ /*- @@ -94,10 +94,6 @@ struct cpu_attach_args { #ifdef _KERNEL -#ifdef MULTIPROCESSOR -extern u_int32_t cpus_running; -#endif - int x86_ipi(int,int,int); void x86_self_ipi(int); int x86_ipi_init(int); -- cgit v1.2.3