From owner-cvs-all Sat Jul 7 5: 8: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 55C7337B407; Sat, 7 Jul 2001 05:07:59 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id OAA46924; Sat, 7 Jul 2001 14:07:58 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c acpi_processor.c src/sys/conf files References: <200107071027.f67ARIB42089@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 07 Jul 2001 14:07:57 +0200 In-Reply-To: <200107071027.f67ARIB42089@freefall.freebsd.org> Message-ID: Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Smith writes: > Added files: > sys/dev/acpica acpi_cpu.c Index: acpi_cpu.c =================================================================== RCS file: /home/ncvs/src/sys/dev/acpica/acpi_cpu.c,v retrieving revision 1.1 diff -u -r1.1 acpi_cpu.c --- acpi_cpu.c 2001/07/07 10:27:11 1.1 +++ acpi_cpu.c 2001/07/07 11:27:47 @@ -247,7 +247,7 @@ DEBUG_PRINT(TRACE_IO, ("acpi_cpu%d: throttling with P_BLK at 0x%x/%d%s\n", device_get_unit(sc->cpu_dev), p_blk, p_blk_length, - sc->cpu_p_blk ? "" : " (shadowed)"); + sc->cpu_p_blk ? "" : " (shadowed)")); } } return_VALUE(0); DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message