From owner-svn-src-head@FreeBSD.ORG Fri Oct 16 23:32:38 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EA1A1065692; Fri, 16 Oct 2009 23:32:38 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx10.syd.optusnet.com.au (fallbackmx10.syd.optusnet.com.au [211.29.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6D28FC1A; Fri, 16 Oct 2009 23:32:37 +0000 (UTC) Received: from mail11.syd.optusnet.com.au (mail11.syd.optusnet.com.au [211.29.132.192]) by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n9GLd2Df019560; Sat, 17 Oct 2009 08:39:02 +1100 Received: from server.vk2pj.dyndns.org (c122-106-233-13.belrs3.nsw.optusnet.com.au [122.106.233.13]) by mail11.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n9GLcxM2029439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Oct 2009 08:39:00 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id n9GLcwZ4039498; Sat, 17 Oct 2009 08:38:59 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id n9GLcwki039497; Sat, 17 Oct 2009 08:38:58 +1100 (EST) (envelope-from peter) Date: Sat, 17 Oct 2009 08:38:58 +1100 From: Peter Jeremy To: John Baldwin Message-ID: <20091016213858.GA38569@server.vk2pj.dyndns.org> References: <200910151454.n9FEsZCr076621@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200910151454.n9FEsZCr076621@svn.freebsd.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r198134 - in head: share/man/man9 sys/amd64/amd64 sys/amd64/include sys/i386/i386 sys/i386/include sys/kern sys/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 23:32:38 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Oct-15 14:54:35 +0000, John Baldwin wrote: > Add a facility for associating optional descriptions with active interru= pt > handlers. This is primarily intended as a way to allow devices that use > multiple interrupts (e.g. MSI) to meaningfully distinguish the various > interrupt handlers. This appears to be the cause of my latest non-SMP i386 build breaking. (And by code inspection, amd64 is similarly broken). The problem is that the intr_describe() definitions are inside (large) #ifdef SMP blocks, whilst the reference is not similarly protected. code inspection) --=20 Peter Jeremy --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrY5/IACgkQ/opHv/APuIegRACaA4fx01AwDzICOHbd3KJ92Trh LYEAn1I3417I7GtMdAEq3UihsSJLlJcS =JIsl -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd--