Eliminate an unused definition.

This commit is contained in:
Alan Cox 2007-05-27 20:34:26 +00:00
parent 79462204f1
commit c155d5d059
3 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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
/*

View File

@ -35,7 +35,6 @@
#ifndef _MACHINE_VMPARAM_H_
#define _MACHINE_VMPARAM_H_
#define USRTEXT NBPG
#define USRSTACK VM_MAXUSER_ADDRESS
#ifndef MAXTSIZ