From owner-freebsd-sparc64@FreeBSD.ORG Mon May 10 04:00:43 2004 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D8616A4CE for ; Mon, 10 May 2004 04:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1C643D2D for ; Mon, 10 May 2004 04:00:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4AB0gBE053313 for ; Mon, 10 May 2004 04:00:42 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4AB0gwe053302; Mon, 10 May 2004 04:00:42 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 10 May 2004 04:00:42 -0700 (PDT) Resent-Message-Id: <200405101100.i4AB0gwe053302@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5B616A4CE for ; Mon, 10 May 2004 03:54:23 -0700 (PDT) Received: from prisma.rainbow-runner.nl (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EBF43D54 for ; Mon, 10 May 2004 03:54:22 -0700 (PDT) (envelope-from kwm@rainbow-runner.nl) Received: by prisma.rainbow-runner.nl (Postfix, from userid 1001) id 5AA7D20D2; Mon, 10 May 2004 12:53:50 +0200 (CEST) Message-Id: <20040510105350.5AA7D20D2@prisma.rainbow-runner.nl> Date: Mon, 10 May 2004 12:53:50 +0200 (CEST) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: sparc64/66448: Fix typo in counter.c X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Koop Mast List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 11:00:43 -0000 >Number: 66448 >Category: sparc64 >Synopsis: Fix typo in counter.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 10 04:00:41 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #25: Thu May 6 02:34:10 CEST 2004 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386 >Description: Fix a typo in couter.c printf. >How-To-Repeat: Type dmesg on a sparc64 and look for counter-timer. >Fix: --- counter.diff begins here --- --- sys/sparc64/sparc64/counter.c.orig Wed Feb 19 06:47:45 2003 +++ sys/sparc64/sparc64/counter.c Mon May 10 11:48:37 2004 @@ -72,7 +72,7 @@ struct timecounter *tc; struct ct_softc *sc; - printf("initialializing counter-timer\n"); + printf("initializing counter-timer\n"); /* * Turn off interrupts from both counters. Set the limit to the maximum * value (although that should not change anything with CTLR_INTEN and --- counter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: