mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Remove an unused global.
MFC after: 3 days
This commit is contained in:
parent
cd3135e9ec
commit
095809b084
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200995
@ -140,7 +140,6 @@ struct sx allproc_lock;
|
||||
struct sx proctree_lock;
|
||||
struct mtx ppeers_lock;
|
||||
uma_zone_t proc_zone;
|
||||
uma_zone_t ithread_zone;
|
||||
|
||||
int kstack_pages = KSTACK_PAGES;
|
||||
SYSCTL_INT(_kern, OID_AUTO, kstack_pages, CTLFLAG_RD, &kstack_pages, 0, "");
|
||||
|
Loading…
Reference in New Issue
Block a user