mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate an unused definition.
This commit is contained in:
parent
79462204f1
commit
c155d5d059
3 changed files with 2 additions and 7 deletions
|
|
@ -67,8 +67,6 @@
|
|||
#define SGROWSIZ (128UL*1024) /* amount to grow stack */
|
||||
#endif
|
||||
|
||||
#define USRTEXT (1*PAGE_SIZE) /* base of user text XXX bogus */
|
||||
|
||||
/*
|
||||
* The time for a process to be blocked before being very swappable.
|
||||
* This is a number of seconds which the system takes as being a non-trivial
|
||||
|
|
|
|||
|
|
@ -44,11 +44,9 @@
|
|||
* Machine dependent constants for ia64.
|
||||
*/
|
||||
/*
|
||||
* USRTEXT is the start of the user text/data space, while USRSTACK
|
||||
* is the top (end) of the user stack. Immediately above the user stack
|
||||
* resides the syscall gateway page.
|
||||
* USRSTACK is the top (end) of the user stack. Immediately above the user
|
||||
* stack resides the syscall gateway page.
|
||||
*/
|
||||
#define USRTEXT CLBYTES
|
||||
#define USRSTACK VM_MAX_ADDRESS
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#ifndef _MACHINE_VMPARAM_H_
|
||||
#define _MACHINE_VMPARAM_H_
|
||||
|
||||
#define USRTEXT NBPG
|
||||
#define USRSTACK VM_MAXUSER_ADDRESS
|
||||
|
||||
#ifndef MAXTSIZ
|
||||
|
|
|
|||
Loading…
Reference in a new issue