diff options
Diffstat (limited to 'sys/arch/sgi/include/param.h')
-rw-r--r-- | sys/arch/sgi/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/param.h b/sys/arch/sgi/include/param.h index 52fb6e26a5b..e955a483204 100644 --- a/sys/arch/sgi/include/param.h +++ b/sys/arch/sgi/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 2004/08/10 21:11:42 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.4 2009/12/07 19:05:59 miod Exp $ */ /* * Copyright (c) 2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -39,6 +39,8 @@ #define MID_MACHINE MID_MIPS64 /* None but has to be defined */ +#define PAGE_SHIFT 12 + #include <mips64/param.h> #endif /* _MACHINE_PARAM_H_ */ |