mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Remove UAREA_PAGES.
Reviewed by: arch@
This commit is contained in:
parent
449835405d
commit
ab44ebf537
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137914
@ -117,7 +117,6 @@
|
||||
#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* pages of u-area */
|
||||
|
||||
|
||||
/*
|
||||
|
@ -125,7 +125,6 @@
|
||||
#define KSTACK_PAGES 4 /* pages of kstack (with pcb) */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */
|
||||
|
||||
|
||||
/*
|
||||
|
@ -103,7 +103,6 @@
|
||||
#define KSTACK_PAGES 2 /* Includes pcb! */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */
|
||||
|
||||
/*
|
||||
* Ceiling on amount of swblock kva space, can be changed via
|
||||
|
@ -122,7 +122,6 @@
|
||||
#define KSTACK_PAGES 4 /* pages of kernel stack */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 0 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* pages of u-area */
|
||||
|
||||
/*
|
||||
* Mach derived conversion macros
|
||||
|
@ -93,7 +93,6 @@
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define USPACE (KSTACK_PAGES * PAGE_SIZE) /* total size of pcb */
|
||||
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB */
|
||||
|
||||
/*
|
||||
* Mach derived conversion macros
|
||||
|
@ -108,7 +108,6 @@
|
||||
#define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
#define UAREA_PAGES 1 /* pages of user area */
|
||||
#define PCPU_PAGES 1
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user