diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-25 22:45:59 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-25 22:45:59 +0000 |
| commit | 0fbc5fbedf3eeaac0575646816c8f9cf0e937861 (patch) | |
| tree | 394fcfe01b613c0b5b5edbfc414a17c73481ad5d /sys/mips/include/param.h | |
| parent | 0bb2e5de607991a2c9d5ed9e27956ddd8d60fb35 (diff) | |
| parent | ebb2b0f28aff46e1e7413fe370156c4a4a1d0874 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include/param.h')
| -rw-r--r-- | sys/mips/include/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h index 10f348a7cf8fd..b818649404671 100644 --- a/sys/mips/include/param.h +++ b/sys/mips/include/param.h @@ -115,6 +115,8 @@ #define SEGOFSET (NBSEG-1) /* byte offset into segment */ #define SEGSHIFT 22 /* LOG2(NBSEG) */ +#define MAXPAGESIZES 1 /* maximum number of supported page sizes */ + /* XXXimp: This has moved to vmparam.h */ /* Also, this differs from the mips2 definition, but likely is better */ /* since this means the kernel won't chew up TLBs when it is executing */ |
