Module Name:    src
Committed By:   christos
Date:           Mon Nov 25 03:06:08 UTC 2013

Modified Files:
        src/sys/sys: cpu.h

Log Message:
and the last CIRCLEQ is gone now.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/cpu.h
diff -u src/sys/sys/cpu.h:1.38 src/sys/sys/cpu.h:1.39
--- src/sys/sys/cpu.h:1.38	Sun Nov 24 16:58:38 2013
+++ src/sys/sys/cpu.h	Sun Nov 24 22:06:08 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.38 2013/11/24 21:58:38 rmind Exp $	*/
+/*	$NetBSD: cpu.h,v 1.39 2013/11/25 03:06:08 christos Exp $	*/
 
 /*-
  * Copyright (c) 2007 YAMAMOTO Takashi,
@@ -91,8 +91,6 @@ void	cpu_intr_redistribute(void);
 u_int	cpu_intr_count(struct cpu_info *);
 #endif
 
-CIRCLEQ_HEAD(cpuqueue, cpu_info);
-
 #ifdef _KERNEL
 extern kmutex_t cpu_lock;
 extern u_int maxcpus;

Reply via email to