Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys and the last CIRCLEQ is gone now.



details:   https://anonhg.NetBSD.org/src/rev/fe072d306d4b
branches:  trunk
changeset: 791605:fe072d306d4b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 25 03:06:08 2013 +0000

description:
and the last CIRCLEQ is gone now.

diffstat:

 sys/sys/cpu.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5fd2006f7d3d -r fe072d306d4b sys/sys/cpu.h
--- a/sys/sys/cpu.h     Mon Nov 25 03:03:41 2013 +0000
+++ b/sys/sys/cpu.h     Mon Nov 25 03:06:08 2013 +0000
@@ -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 @@
 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;



Home | Main Index | Thread Index | Old Index