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 Remove wrong comment which was copy-...
details: https://anonhg.NetBSD.org/src/rev/5a9f332b0a61
branches: trunk
changeset: 349870:5a9f332b0a61
user: rin <rin%NetBSD.org@localhost>
date: Mon Dec 26 21:54:00 2016 +0000
description:
Remove wrong comment which was copy-and-pasted from somewhere.
diffstat:
sys/arch/powerpc/ibm4xx/trap.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r d7065ff70369 -r 5a9f332b0a61 sys/arch/powerpc/ibm4xx/trap.c
--- a/sys/arch/powerpc/ibm4xx/trap.c Mon Dec 26 21:25:08 2016 +0000
+++ b/sys/arch/powerpc/ibm4xx/trap.c Mon Dec 26 21:54:00 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.68 2016/12/16 06:29:11 rin Exp $ */
+/* $NetBSD: trap.c,v 1.69 2016/12/26 21:54:00 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.68 2016/12/16 06:29:11 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.69 2016/12/26 21:54:00 rin Exp $");
#include "opt_altivec.h"
#include "opt_ddb.h"
@@ -172,10 +172,6 @@
trapsignal(l, &ksi);
break;
- /*
- * If we could not find and install appropriate TLB entry, fall through.
- */
-
case EXC_DSI:
/* FALLTHROUGH */
case EXC_DTMISS:
Home |
Main Index |
Thread Index |
Old Index