Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/rmi Don't include <machine/param.h>



details:   https://anonhg.NetBSD.org/src/rev/4928b56095e4
branches:  trunk
changeset: 338948:4928b56095e4
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 19 06:32:08 2015 +0000

description:
Don't include <machine/param.h>

diffstat:

 sys/arch/mips/rmi/rmixl_spl.S |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r fd56a2b4471a -r 4928b56095e4 sys/arch/mips/rmi/rmixl_spl.S
--- a/sys/arch/mips/rmi/rmixl_spl.S     Fri Jun 19 06:02:31 2015 +0000
+++ b/sys/arch/mips/rmi/rmixl_spl.S     Fri Jun 19 06:32:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixl_spl.S,v 1.3 2011/04/14 05:16:54 cliff Exp $      */
+/*     $NetBSD: rmixl_spl.S,v 1.4 2015/06/19 06:32:08 matt Exp $       */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -33,11 +33,10 @@
 
 #include <sys/cdefs.h>
 
-#include <machine/param.h>
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: rmixl_spl.S,v 1.3 2011/04/14 05:16:54 cliff Exp $");
+RCSID("$NetBSD: rmixl_spl.S,v 1.4 2015/06/19 06:32:08 matt Exp $");
 
 #include "assym.h"
 



Home | Main Index | Thread Index | Old Index