Module Name:    src
Committed By:   macallan
Date:           Thu Jul 21 23:03:39 UTC 2011

Modified Files:
        src/sys/arch/mips/include: vmparam.h

Log Message:
#include "opt_cputype.h"
for ENABLE_MIPS_16KB_PAGE


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/vmparam.h
diff -u src/sys/arch/mips/include/vmparam.h:1.48 src/sys/arch/mips/include/vmparam.h:1.49
--- src/sys/arch/mips/include/vmparam.h:1.48	Sun Feb 20 07:45:47 2011
+++ src/sys/arch/mips/include/vmparam.h	Thu Jul 21 23:03:39 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.48 2011/02/20 07:45:47 matt Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.49 2011/07/21 23:03:39 macallan Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,6 +43,7 @@
 
 #ifdef _KERNEL_OPT
 #include "opt_multiprocessor.h"
+#include "opt_cputype.h"
 #endif
 
 /*

Reply via email to