Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/1378dfbf7b64
branches:  trunk
changeset: 934668:1378dfbf7b64
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Jun 15 18:04:42 2020 +0000

description:
Fix a comment.

diffstat:

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

diffs (20 lines):

diff -r 5d999cece77a -r 1378dfbf7b64 sys/sys/cpu.h
--- a/sys/sys/cpu.h     Mon Jun 15 17:04:03 2020 +0000
+++ b/sys/sys/cpu.h     Mon Jun 15 18:04:42 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.50 2020/02/15 07:20:40 skrll Exp $   */
+/*     $NetBSD: cpu.h,v 1.51 2020/06/15 18:04:42 ad Exp $      */
 
 /*-
  * Copyright (c) 2007 YAMAMOTO Takashi,
@@ -135,8 +135,8 @@
 #endif /* !_LOCORE */
 
 /*
- * Flags for cpu_need_resched.  RESCHED_KERNEL must be greater than
- * RESCHED_USER; see sched_resched_cpu().
+ * Flags for cpu_need_resched.  RESCHED_KPREEMPT must be greater than
+ * RESCHED_UPREEMPT; see sched_resched_cpu().
  */
 #define        RESCHED_REMOTE          0x01    /* request is for a remote CPU */
 #define        RESCHED_IDLE            0x02    /* idle LWP observed */



Home | Main Index | Thread Index | Old Index