mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Decrease KSTACK_PAGES and UAREA_PAGES.
This commit is contained in:
parent
24e01b0c59
commit
27d97a6c49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137227
@ -95,11 +95,11 @@
|
||||
#define NPDEPG (1 << (32 - PDR_SHIFT))
|
||||
|
||||
#ifndef KSTACK_PAGES
|
||||
#define KSTACK_PAGES 4
|
||||
#define KSTACK_PAGES 2
|
||||
#endif /* !KSTACK_PAGES */
|
||||
|
||||
#ifndef UAREA_PAGES
|
||||
#define UAREA_PAGES 2
|
||||
#define UAREA_PAGES 1
|
||||
#endif /* !UAREA_PAGES */
|
||||
|
||||
#ifndef USPACE
|
||||
|
Loading…
Reference in New Issue
Block a user