Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include include mips/vmparam.h to get PAGE_SIZE



details:   https://anonhg.NetBSD.org/src/rev/9d3d810bf731
branches:  trunk
changeset: 746791:9d3d810bf731
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Aug 20 01:33:39 2009 +0000

description:
include mips/vmparam.h to get PAGE_SIZE

diffstat:

 sys/arch/mips/include/proc.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b64fe173977 -r 9d3d810bf731 sys/arch/mips/include/proc.h
--- a/sys/arch/mips/include/proc.h      Thu Aug 20 01:33:04 2009 +0000
+++ b/sys/arch/mips/include/proc.h      Thu Aug 20 01:33:39 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.22 2009/08/17 18:56:09 matt Exp $   */
+/*     $NetBSD: proc.h,v 1.23 2009/08/20 01:33:39 cliff Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -38,6 +38,7 @@
 #define _MIPS_PROC_H_
 
 #include <sys/param.h>
+#include <mips/vmparam.h>
 
 struct lwp;
 



Home | Main Index | Thread Index | Old Index