Eliminate an unused definition.
This commit is contained in:
parent
79462204f1
commit
c155d5d059
@ -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 New Issue
Block a user