Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/rmi nobody uses qchain and it is about to be G...



details:   https://anonhg.NetBSD.org/src/rev/aec2bd692d1e
branches:  trunk
changeset: 791601:aec2bd692d1e
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 25 03:01:58 2013 +0000

description:
nobody uses qchain and it is about to be GC'ed.

diffstat:

 sys/arch/mips/rmi/rmixl_cpu.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f68cc482857b -r aec2bd692d1e sys/arch/mips/rmi/rmixl_cpu.c
--- a/sys/arch/mips/rmi/rmixl_cpu.c     Mon Nov 25 02:59:14 2013 +0000
+++ b/sys/arch/mips/rmi/rmixl_cpu.c     Mon Nov 25 03:01:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixl_cpu.c,v 1.5 2012/10/27 17:18:02 chs Exp $        */
+/*     $NetBSD: rmixl_cpu.c,v 1.6 2013/11/25 03:01:58 christos Exp $   */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_cpu.c,v 1.5 2012/10/27 17:18:02 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_cpu.c,v 1.6 2013/11/25 03:01:58 christos Exp $");
 
 #include "opt_multiprocessor.h"
 #include "opt_ddb.h"
@@ -422,7 +422,6 @@
        printf("&cpu_xcall %p\n", &dp->cpu_xcall);              /* TBD */
        printf("cpu_xcall_pending %d\n", dp->cpu_xcall_pending);
        printf("cpu_onproc %p\n", dp->cpu_onproc);
-       printf("&cpu_qchain %p\n", &dp->cpu_qchain);            /* TBD */
        printf("cpu_idlelwp %p\n", dp->cpu_idlelwp);
        printf("cpu_lockstat %p\n", dp->cpu_lockstat);
        printf("cpu_index %d\n", dp->cpu_index);



Home | Main Index | Thread Index | Old Index