Module Name:    src
Committed By:   tsutsui
Date:           Fri Mar 18 16:32:07 UTC 2011

Modified Files:
        src/sys/arch/sbmips/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.9 -r1.10 src/sys/arch/sbmips/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/sbmips/include/param.h
diff -u src/sys/arch/sbmips/include/param.h:1.9 src/sys/arch/sbmips/include/param.h:1.10
--- src/sys/arch/sbmips/include/param.h:1.9	Sun Mar  6 20:34:56 2011
+++ src/sys/arch/sbmips/include/param.h	Fri Mar 18 16:32:07 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.9 2011/03/06 20:34:56 he Exp $	*/
+/*	$NetBSD: param.h,v 1.10 2011/03/18 16:32:07 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -38,19 +38,13 @@
 #define _SBMIPS_PARAM_H_
 
 /*
- * Machine-dependent constants (VM, etc) common across MIPS cpus
- */
-
-#include <mips/mips_param.h>
-
-/*
  * Machine dependent constants for Broadcom/Sibyte boards.
  */
 
 #define	_MACHINE	sbmips
-#ifdef _KERNEL
 #define	MACHINE		"sbmips"
-#endif
+
+#include <mips/mips_param.h>
 
 #define	DEV_BSIZE	512
 #define	DEV_BSHIFT	9		/* log2(DEV_BSIZE) */

Reply via email to