Module Name:    src
Committed By:   skrll
Date:           Thu Jan  3 09:09:40 UTC 2019

Modified Files:
        src/sys/sys: cpu_data.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/sys/sys/cpu_data.h:1.39
--- src/sys/sys/cpu_data.h:1.38	Fri Sep  5 05:45:34 2014
+++ src/sys/sys/cpu_data.h	Thu Jan  3 09:09:39 2019
@@ -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 @@ struct cpu_data {
 	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

Reply via email to