diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
commit | beb116954b9b7f3bb56412b2494b562f02b864b1 (patch) | |
tree | 120e997879884e1b9d93b265221b939d2ef1ade1 /include/asm-sparc/param.h | |
parent | 908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff) |
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'include/asm-sparc/param.h')
-rw-r--r-- | include/asm-sparc/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/param.h b/include/asm-sparc/param.h index 45a9133af..7e14a410e 100644 --- a/include/asm-sparc/param.h +++ b/include/asm-sparc/param.h @@ -1,3 +1,4 @@ +/* $Id: param.h,v 1.3 1995/11/25 02:32:18 davem Exp $ */ #ifndef _ASMSPARC_PARAM_H #define _ASMSPARC_PARAM_H @@ -5,7 +6,7 @@ #define HZ 100 #endif -#define EXEC_PAGESIZE 4096 +#define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */ #ifndef NGROUPS #define NGROUPS 32 |