Source-Changes-HG archive

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

[src/trunk]: src/sys Fix typo ("ARCBIOS_MEM_ExecptionBlock"). From Steve Rum...



details:   https://anonhg.NetBSD.org/src/rev/d078ca9efcf0
branches:  trunk
changeset: 556869:d078ca9efcf0
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Mon Dec 29 06:26:41 2003 +0000

description:
Fix typo ("ARCBIOS_MEM_ExecptionBlock").  From Steve Rumble.

diffstat:

 sys/arch/sgimips/sgimips/machdep.c |  6 +++---
 sys/dev/arcbios/arcbios.h          |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 3b79c4621c38 -r d078ca9efcf0 sys/arch/sgimips/sgimips/machdep.c
--- a/sys/arch/sgimips/sgimips/machdep.c        Mon Dec 29 06:19:28 2003 +0000
+++ b/sys/arch/sgimips/sgimips/machdep.c        Mon Dec 29 06:26:41 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.66 2003/12/15 13:02:28 sekiya Exp $      */
+/*     $NetBSD: machdep.c,v 1.67 2003/12/29 06:26:41 sekiya Exp $      */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.66 2003/12/15 13:02:28 sekiya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.67 2003/12/29 06:26:41 sekiya Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -498,7 +498,7 @@
                        arcsmem += btoc(size);
                        break;
 
-               case ARCBIOS_MEM_ExecptionBlock:
+               case ARCBIOS_MEM_ExceptionBlock:
                case ARCBIOS_MEM_SystemParameterBlock:
                case ARCBIOS_MEM_BadMemory:
                        break;
diff -r 3b79c4621c38 -r d078ca9efcf0 sys/dev/arcbios/arcbios.h
--- a/sys/dev/arcbios/arcbios.h Mon Dec 29 06:19:28 2003 +0000
+++ b/sys/dev/arcbios/arcbios.h Mon Dec 29 06:26:41 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arcbios.h,v 1.3 2001/12/06 14:59:02 rafal Exp $        */
+/*     $NetBSD: arcbios.h,v 1.4 2003/12/29 06:26:41 sekiya Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -286,7 +286,7 @@
 };
 
 #if defined(sgimips)
-#define        ARCBIOS_MEM_ExecptionBlock              0
+#define        ARCBIOS_MEM_ExceptionBlock              0
 #define        ARCBIOS_MEM_SystemParameterBlock        1
 #define        ARCBIOS_MEM_FreeContiguous              2
 #define        ARCBIOS_MEM_FreeMemory                  3



Home | Main Index | Thread Index | Old Index