Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/include Include <mips/mips_param.h> aft...



details:   https://anonhg.NetBSD.org/src/rev/3ad7d67e533a
branches:  trunk
changeset: 763399:3ad7d67e533a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Mar 18 16:23:09 2011 +0000

description:
Include <mips/mips_param.h> after MACHINE is defined.

diffstat:

 sys/arch/ews4800mips/include/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 37197ad179db -r 3ad7d67e533a sys/arch/ews4800mips/include/param.h
--- a/sys/arch/ews4800mips/include/param.h      Fri Mar 18 16:21:46 2011 +0000
+++ b/sys/arch/ews4800mips/include/param.h      Fri Mar 18 16:23:09 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.4 2011/02/08 20:20:13 rmind Exp $  */
+/*     $NetBSD: param.h,v 1.5 2011/03/18 16:23:09 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -37,11 +37,11 @@
 #ifndef _EWS4800MIPS_PARAM_H_
 #define _EWS4800MIPS_PARAM_H_
 
-#include <mips/mips_param.h>
-
 #define        _MACHINE        ews4800mips
 #define        MACHINE         "ews4800mips"
 
+#include <mips/mips_param.h>
+
 #define        DEV_BSIZE       512
 #define        DEV_BSHIFT      9               /* log2(DEV_BSIZE) */
 #define        BLKDEV_IOSIZE   2048



Home | Main Index | Thread Index | Old Index