We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b8e38 commit 0eda954Copy full SHA for 0eda954
1 file changed
sys/sys/cpuio.h
@@ -1,4 +1,4 @@
1
-/* $NetBSD: cpuio.h,v 1.10 2022/07/10 09:59:22 riastradh Exp $ */
+/* $NetBSD: cpuio.h,v 1.11 2026/03/17 06:46:49 yamt Exp $ */
2
3
/*-
4
* Copyright (c) 2007, 2009, 2012 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
46
* are better returned via autoconf.
47
*/
48
typedef struct cpustate {
49
- u_int cs_id; /* matching ci_cpuid */
+ u_int cs_id; /* matching cpu_index() */
50
uint8_t cs_online; /* running unbound LWPs */
51
uint8_t cs_intr; /* fielding interrupts */
52
uint8_t cs_unused[2]; /* reserved */
0 commit comments