summaryrefslogtreecommitdiff
path: root/kern/thread_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread_i.h')
-rw-r--r--kern/thread_i.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kern/thread_i.h b/kern/thread_i.h
index 979d4b0f..f46b9561 100644
--- a/kern/thread_i.h
+++ b/kern/thread_i.h
@@ -135,9 +135,7 @@ struct thread {
/* Interrupt level, in thread context if 0 */
unsigned short intr_level; /* (-) */
- /* Read-side critical section level, not in any if 0 */
- unsigned short llsync_level; /* (-) */
-
+ /* RCU per-thread data */
struct rcu_reader rcu_reader; /* (-) */
/* Processors on which this thread is allowed to run */