Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Fix typo: s/IPKBD/IPKDB/
details: https://anonhg.NetBSD.org/src/rev/4b84394c337c
branches: trunk
changeset: 349606:4b84394c337c
user: rin <rin%NetBSD.org@localhost>
date: Fri Dec 16 04:27:03 2016 +0000
description:
Fix typo: s/IPKBD/IPKDB/
diffstat:
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 1c1e509d8c74 -r 4b84394c337c sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Fri Dec 16 03:59:31 2016 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Fri Dec 16 04:27:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm4xx_machdep.c,v 1.20 2016/12/16 03:59:31 rin Exp $ */
+/* $NetBSD: ibm4xx_machdep.c,v 1.21 2016/12/16 04:27:03 rin Exp $ */
/* Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
/*
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.20 2016/12/16 03:59:31 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.21 2016/12/16 04:27:03 rin Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -135,7 +135,7 @@
#if defined(DDB)
extern const uint32_t ddblow[], ddbsize;
#endif
-#if defined(IPKBD)
+#if defined(IPKDB)
extern const uint32_t ipkdblow[], ipkdbsize;
#endif
static const struct exc_info trap_table[] = {
@@ -153,7 +153,7 @@
#if defined(DDB)
{ EXC_PGM, ddblow, (uintptr_t)&ddbsize },
#endif
-#if defined(IPKBD)
+#if defined(IPKDB)
{ EXC_PGM, ipkdblow, (uintptr_t)&ipkdbsize },
#endif
};
Home |
Main Index |
Thread Index |
Old Index