From owner-svn-src-all@freebsd.org Wed Oct 28 02:15:11 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62FF6A1F689; Wed, 28 Oct 2015 02:15:11 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23F331627; Wed, 28 Oct 2015 02:15:10 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-229-78.lns20.per1.internode.on.net [121.45.229.78]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id t9S2ExrN005992 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 27 Oct 2015 19:15:02 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: svn commit: r290003 - head/sys/ofed/include/linux To: Hans Petter Selasky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510261328.t9QDSYRT076892@repo.freebsd.org> From: Julian Elischer Message-ID: <56302F9D.2020308@freebsd.org> Date: Wed, 28 Oct 2015 10:14:53 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510261328.t9QDSYRT076892@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 02:15:11 -0000 On 10/26/15 9:28 PM, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Oct 26 13:28:34 2015 > New Revision: 290003 > URL: https://svnweb.freebsd.org/changeset/base/290003 > > Log: > Add support for binding IRQs to CPUs in the LinuxKPI. The new function > added is for BSD only and does not exist in Linux. um, then who would use it and why? >