Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/xscale Rename an (unused) argument to avoid sha...



details:   https://anonhg.NetBSD.org/src/rev/f4896a9b9f43
branches:  trunk
changeset: 581746:f4896a9b9f43
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 04 20:36:15 2005 +0000

description:
Rename an (unused) argument to avoid shadowing.

diffstat:

 sys/arch/arm/xscale/i80321_timer.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5835be6737ab -r f4896a9b9f43 sys/arch/arm/xscale/i80321_timer.c
--- a/sys/arch/arm/xscale/i80321_timer.c        Sat Jun 04 20:33:57 2005 +0000
+++ b/sys/arch/arm/xscale/i80321_timer.c        Sat Jun 04 20:36:15 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321_timer.c,v 1.10 2005/06/04 20:14:24 he Exp $     */
+/*     $NetBSD: i80321_timer.c,v 1.11 2005/06/04 20:36:15 he Exp $     */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i80321_timer.c,v 1.10 2005/06/04 20:14:24 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i80321_timer.c,v 1.11 2005/06/04 20:36:15 he Exp $");
 
 #include "opt_perfctrs.h"
 #include "opt_i80321.h"
@@ -235,7 +235,7 @@
  *     recalculate the intervals here, but that would be a pain.
  */
 void
-setstatclockrate(int hz)
+setstatclockrate(int newhz)
 {
 
        /*



Home | Main Index | Thread Index | Old Index