Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/shark/ofw Delete some unneeded comments.
details: https://anonhg.NetBSD.org/src/rev/8e454441695b
branches: trunk
changeset: 522549:8e454441695b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Feb 21 06:33:05 2002 +0000
description:
Delete some unneeded comments.
diffstat:
sys/arch/shark/ofw/ofw.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r d78d70a1c297 -r 8e454441695b sys/arch/shark/ofw/ofw.c
--- a/sys/arch/shark/ofw/ofw.c Thu Feb 21 05:30:30 2002 +0000
+++ b/sys/arch/shark/ofw/ofw.c Thu Feb 21 06:33:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw.c,v 1.4 2002/02/20 20:41:18 thorpej Exp $ */
+/* $NetBSD: ofw.c,v 1.5 2002/02/21 06:33:05 thorpej Exp $ */
/*
* Copyright 1997
@@ -1431,9 +1431,9 @@
: PTE_NOCACHE);
va += NBPD;
pa += NBPD;
- } /* END while */
- } /* END if */
- } /* END for */
+ }
+ }
+ }
/* OUT parameters are the new ttbbase and the pt which maps pts. */
*proc0_ttbbase = proc0_pagedir;
Home |
Main Index |
Thread Index |
Old Index