Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/include Always include (new) cpuconf.h.



details:   https://anonhg.NetBSD.org/src/rev/18a1f55ca802
branches:  trunk
changeset: 545595:18a1f55ca802
user:      jdc <jdc%NetBSD.org@localhost>
date:      Fri Apr 11 13:55:24 2003 +0000

description:
Always include (new) cpuconf.h.

>From Christopher SEKIYA in PR port-sparc/21093.

diffstat:

 sys/arch/sparc/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7befee360e2f -r 18a1f55ca802 sys/arch/sparc/include/param.h
--- a/sys/arch/sparc/include/param.h    Fri Apr 11 13:54:16 2003 +0000
+++ b/sys/arch/sparc/include/param.h    Fri Apr 11 13:55:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.59 2003/04/09 16:22:33 thorpej Exp $ */
+/*     $NetBSD: param.h,v 1.60 2003/04/11 13:55:24 jdc Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -54,8 +54,8 @@
 #define        MACHINE_ARCH    "sparc"
 #define        MID_MACHINE     MID_SPARC
 
+#include <machine/cpuconf.h>           /* XXX */
 #ifdef _KERNEL                         /* XXX */
-#include <machine/cpuconf.h>           /* XXX */
 #ifndef _LOCORE                                /* XXX */
 #include <machine/cpu.h>               /* XXX */
 #endif                                 /* XXX */



Home | Main Index | Thread Index | Old Index