Module Name:    src
Committed By:   rin
Date:           Mon Dec 26 21:54:00 UTC 2016

Modified Files:
        src/sys/arch/powerpc/ibm4xx: trap.c

Log Message:
Remove wrong comment which was copy-and-pasted from somewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/powerpc/ibm4xx/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/ibm4xx/trap.c
diff -u src/sys/arch/powerpc/ibm4xx/trap.c:1.68 src/sys/arch/powerpc/ibm4xx/trap.c:1.69
--- src/sys/arch/powerpc/ibm4xx/trap.c:1.68	Fri Dec 16 06:29:11 2016
+++ src/sys/arch/powerpc/ibm4xx/trap.c	Mon Dec 26 21:54:00 2016
@@ -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 @@ trap(struct trapframe *tf)
 		trapsignal(l, &ksi);
 		break;
 
-	/*
-	 * If we could not find and install appropriate TLB entry, fall through.
-	 */
-
 	case EXC_DSI:
 		/* FALLTHROUGH */
 	case EXC_DTMISS:

Reply via email to