From 43c6e539d6d334a6cea2f7995df2e62439830227 Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Wed, 20 Jan 2021 20:58:09 +0200 Subject: doc: Add a missing field for 'struct thread_sched_info'. * doc/mach.texi(struct thread_sched_info): Add 'int last_processor' item. Message-Id: <20210120185809.2429-1-gfleury@disroot.org> --- doc/mach.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/mach.texi b/doc/mach.texi index ff15a95a..cfa5189f 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -4399,6 +4399,9 @@ The current scheduling priority of the thread. @item int depress_priority The priority the thread was depressed from. + +@item int last_processor +The last processor used by the thread. @end table @end deftp -- cgit v1.2.3