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 "opt_cputype.h"



details:   https://anonhg.NetBSD.org/src/rev/4fe424105e7a
branches:  trunk
changeset: 767542:4fe424105e7a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jul 21 23:03:39 2011 +0000

description:
#include "opt_cputype.h"
for ENABLE_MIPS_16KB_PAGE

diffstat:

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

diffs (17 lines):

diff -r 1123d9543ed1 -r 4fe424105e7a sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Thu Jul 21 15:25:14 2011 +0000
+++ b/sys/arch/mips/include/vmparam.h   Thu Jul 21 23:03:39 2011 +0000
@@ -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
 
 /*



Home | Main Index | Thread Index | Old Index