mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Tidy a comment.
This commit is contained in:
parent
bda337d05e
commit
c3ebab0638
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135170
@ -318,7 +318,7 @@ struct thread {
|
||||
int td_kstack_pages; /* (a) Size of the kstack. */
|
||||
struct vm_object *td_altkstack_obj;/* (a) Alternate kstack object. */
|
||||
vm_offset_t td_altkstack; /* (a) Kernel VA of alternate kstack. */
|
||||
int td_altkstack_pages; /* (a) Size of the alt kstack */
|
||||
int td_altkstack_pages; /* (a) Size of alternate kstack. */
|
||||
u_int td_critnest; /* (k) Critical section nest level. */
|
||||
struct mdthread td_md; /* (k) Any machine-dependent fields. */
|
||||
struct td_sched *td_sched; /* (*) Scheduler-specific data. */
|
||||
|
Loading…
Reference in New Issue
Block a user