Date: Thu, 17 May 2018 19:30:57 +0000 (UTC) From: Matt Macy <mmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333757 - head/sys/sys Message-ID: <201805171930.w4HJUvPm018431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmacy Date: Thu May 17 19:30:57 2018 New Revision: 333757 URL: https://svnweb.freebsd.org/changeset/base/333757 Log: epoch(9): missed add from r333755 Reported by: flo Approved by: sbruno Modified: head/sys/sys/proc.h Modified: head/sys/sys/proc.h ============================================================================== --- head/sys/sys/proc.h Thu May 17 19:10:13 2018 (r333756) +++ head/sys/sys/proc.h Thu May 17 19:30:57 2018 (r333757) @@ -322,6 +322,7 @@ struct thread { u_char td_pri_class; /* (t) Scheduling class. */ u_char td_user_pri; /* (t) User pri from estcpu and nice. */ u_char td_base_user_pri; /* (t) Base user pri */ + u_char td_pre_epoch_prio; uintptr_t td_rb_list; /* (k) Robust list head. */ uintptr_t td_rbp_list; /* (k) Robust priv list head. */ uintptr_t td_rb_inact; /* (k) Current in-action mutex loc. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805171930.w4HJUvPm018431>