Module Name: src
Committed By: christos
Date: Mon Nov 25 03:02:30 UTC 2013
Modified Files:
src/sys/sys: cpu_data.h
Log Message:
excise unused qchain
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/sys/cpu_data.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_data.h
diff -u src/sys/sys/cpu_data.h:1.35 src/sys/sys/cpu_data.h:1.36
--- src/sys/sys/cpu_data.h:1.35 Fri Aug 31 20:24:44 2012
+++ src/sys/sys/cpu_data.h Sun Nov 24 22:02:30 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_data.h,v 1.35 2012/09/01 00:24:44 matt Exp $ */
+/* $NetBSD: cpu_data.h,v 1.36 2013/11/25 03:02:30 christos Exp $ */
/*-
* Copyright (c) 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -71,7 +71,6 @@ struct cpu_data {
kcondvar_t cpu_xcall; /* cross-call support */
int cpu_xcall_pending; /* cross-call support */
lwp_t *cpu_onproc; /* bottom level LWP */
- CIRCLEQ_ENTRY(cpu_info) cpu_qchain; /* circleq of all CPUs */
cpuid_t cpu_package_id;
cpuid_t cpu_core_id;