* doc/mach.texi(struct thread_sched_info): Add 'int last_processor' item. --- doc/mach.texi | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/doc/mach.texi b/doc/mach.texi index ff15a95..cfa5189 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 -- 2.20.1