From owner-cvs-src@FreeBSD.ORG Tue Oct 10 20:07:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D2516A403; Tue, 10 Oct 2006 20:07:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4643D73; Tue, 10 Oct 2006 20:07:52 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k9AK7plg036744; Tue, 10 Oct 2006 16:07:51 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: John Baldwin Date: Tue, 10 Oct 2006 16:07:38 -0400 User-Agent: KMail/1.6.2 References: <200610101926.k9AJQZ27041742@repoman.freebsd.org> In-Reply-To: <200610101926.k9AJQZ27041742@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200610101607.39718.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/2020/Tue Oct 10 14:11:22 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include intr_machdep.h src/sys/i386/include intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 20:07:54 -0000 On Tuesday 10 October 2006 03:26 pm, John Baldwin wrote: > jhb 2006-10-10 19:26:35 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/include intr_machdep.h > sys/i386/include intr_machdep.h > Log: > Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT. > > PR: kern/99870 > Submitted by: jkim > MFC after: 3 days > > Revision Changes Path > 1.10 +2 -2 src/sys/amd64/include/intr_machdep.h > 1.12 +2 -2 src/sys/i386/include/intr_machdep.h Thanks! BTW, patch was not from me. I just prodded you. ;-) Jung-uk Kim