Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove stale comment. There are more than just comp...



details:   https://anonhg.NetBSD.org/src/rev/66fe1d39c6a7
branches:  trunk
changeset: 447177:66fe1d39c6a7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 03 09:09:39 2019 +0000

description:
Remove stale comment.  There are more than just compat definitions.

diffstat:

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

diffs (17 lines):

diff -r 86573abb17a6 -r 66fe1d39c6a7 sys/sys/cpu_data.h
--- a/sys/sys/cpu_data.h        Thu Jan 03 08:46:03 2019 +0000
+++ b/sys/sys/cpu_data.h        Thu Jan 03 09:09:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_data.h,v 1.38 2014/09/05 05:45:34 matt Exp $       */
+/*     $NetBSD: cpu_data.h,v 1.39 2019/01/03 09:09:39 skrll Exp $      */
 
 /*-
  * Copyright (c) 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -112,7 +112,6 @@
        kcpuset_t       *cpu_kcpuset;           /* kcpuset_t of this cpu only */
 };
 
-/* compat definitions */
 #define        ci_schedstate           ci_data.cpu_schedstate
 #define        ci_index                ci_data.cpu_index
 #define        ci_biglock_count        ci_data.cpu_biglock_count



Home | Main Index | Thread Index | Old Index