Module Name:    src
Committed By:   matt
Date:           Fri Jun 19 06:32:08 UTC 2015

Modified Files:
        src/sys/arch/mips/rmi: rmixl_spl.S

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/rmi/rmixl_spl.S

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/mips/rmi/rmixl_spl.S
diff -u src/sys/arch/mips/rmi/rmixl_spl.S:1.3 src/sys/arch/mips/rmi/rmixl_spl.S:1.4
--- src/sys/arch/mips/rmi/rmixl_spl.S:1.3	Thu Apr 14 05:16:54 2011
+++ src/sys/arch/mips/rmi/rmixl_spl.S	Fri Jun 19 06:32:08 2015
@@ -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"
 

Reply via email to