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 comments. No functional changes.
details: https://anonhg.NetBSD.org/src/rev/1c1e509d8c74
branches: trunk
changeset: 349605:1c1e509d8c74
user: rin <rin%NetBSD.org@localhost>
date: Fri Dec 16 03:59:31 2016 +0000
description:
Fix comments. No functional changes.
diffstat:
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 0635d2fbd61a -r 1c1e509d8c74 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Fri Dec 16 03:49:45 2016 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Fri Dec 16 03:59:31 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm4xx_machdep.c,v 1.19 2016/12/15 12:10:01 rin Exp $ */
+/* $NetBSD: ibm4xx_machdep.c,v 1.20 2016/12/16 03:59:31 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.19 2016/12/15 12:10:01 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.20 2016/12/16 03:59:31 rin Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -152,10 +152,10 @@
errata51handler, (uintptr_t)&errata51size },
#if defined(DDB)
{ EXC_PGM, ddblow, (uintptr_t)&ddbsize },
-#endif /* DDB */
+#endif
#if defined(IPKBD)
{ EXC_PGM, ipkdblow, (uintptr_t)&ipkdbsize },
-#endif /* DDB */
+#endif
};
/*
Home |
Main Index |
Thread Index |
Old Index