Source-Changes-HG archive

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

[src/trunk]: src/sys/sys excise unused qchain



details:   https://anonhg.NetBSD.org/src/rev/2340504e0348
branches:  trunk
changeset: 791602:2340504e0348
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 25 03:02:30 2013 +0000

description:
excise unused qchain

diffstat:

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

diffs (17 lines):

diff -r aec2bd692d1e -r 2340504e0348 sys/sys/cpu_data.h
--- a/sys/sys/cpu_data.h        Mon Nov 25 03:01:58 2013 +0000
+++ b/sys/sys/cpu_data.h        Mon Nov 25 03:02:30 2013 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index