Module Name:    src
Committed By:   tsutsui
Date:           Fri Mar 18 16:37:19 UTC 2011

Modified Files:
        src/sys/arch/mipsco/include: param.h

Log Message:
- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mipsco/include/param.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/mipsco/include/param.h
diff -u src/sys/arch/mipsco/include/param.h:1.13 src/sys/arch/mipsco/include/param.h:1.14
--- src/sys/arch/mipsco/include/param.h:1.13	Tue Feb  8 20:20:19 2011
+++ src/sys/arch/mipsco/include/param.h	Fri Mar 18 16:37:18 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.13 2011/02/08 20:20:19 rmind Exp $	*/
+/*	$NetBSD: param.h,v 1.14 2011/03/18 16:37:18 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -38,15 +38,9 @@
  *	@(#)param.h	8.1 (Berkeley) 6/10/93
  */
 
-/*
- * Machine-dependent constants (VM, etc) common across MIPS cpus
- */
-
 #ifndef	_MIPSCO_PARAM_H_
 #define	_MIPSCO_PARAM_H_
 
-#include <mips/mips_param.h>
-
 /*
  * Machine dependent constants for Mips Corp. machines
  */
@@ -54,6 +48,8 @@
 #define	_MACHINE	mipsco
 #define	MACHINE		"mipsco"
 
+#include <mips/mips_param.h>
+
 #define	KERNBASE	0x80000000	/* start of kernel virtual */
 #define KERNTEXTOFF	0x80001000	/* start of kernel text for kvm_mkdb */
 #define	BTOPKERNBASE	((u_long)KERNBASE >> PGSHIFT)

Reply via email to