Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/include - include <mips/mips_param.h> after M...



details:   https://anonhg.NetBSD.org/src/rev/bbaa43f0eb61
branches:  trunk
changeset: 763403:bbaa43f0eb61
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Mar 18 16:39:58 2011 +0000

description:
- include <mips/mips_param.h> after MACHINE is defined
- remove MACHINE_ARCH and MID_MACHINE that are defined in <mips/mips_param.h>
- remove redundant comment

diffstat:

 sys/arch/emips/include/param.h |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (32 lines):

diff -r ca035991b01c -r bbaa43f0eb61 sys/arch/emips/include/param.h
--- a/sys/arch/emips/include/param.h    Fri Mar 18 16:35:03 2011 +0000
+++ b/sys/arch/emips/include/param.h    Fri Mar 18 16:39:58 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.2 2011/02/08 20:20:11 rmind Exp $  */
+/*     $NetBSD: param.h,v 1.3 2011/03/18 16:39:58 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -42,20 +42,13 @@
 #define _EMIPS_PARAM_H_
 
 /*
- * Machine-dependent constants (VM, etc) common across MIPS cpus
- */
-
-#include <mips/mips_param.h>
-
-/*
  * Machine dependent constants for mips-based DECstations.
  */
 
-#define        _MACHINE_ARCH   mipseb
-#define        MACHINE_ARCH    "mipseb"
 #define        _MACHINE        emips
 #define        MACHINE         "emips"
-#define        MID_MACHINE     MID_MIPS
+
+#include <mips/mips_param.h>
 
 #define        DEV_BSIZE       512
 #define        DEV_BSHIFT      9               /* log2(DEV_BSIZE) */



Home | Main Index | Thread Index | Old Index