Date: 07 Jul 2001 14:07:57 +0200 From: Dag-Erling Smorgrav <des@ofug.org> To: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <xzpwv5l6ixu.fsf@flood.ping.uio.no> In-Reply-To: <200107071027.f67ARIB42089@freefall.freebsd.org> References: <200107071027.f67ARIB42089@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith <msmith@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpwv5l6ixu.fsf>