From owner-svn-src-all@freebsd.org Tue Feb 21 23:19:01 2017 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 72280CE8CAA; Tue, 21 Feb 2017 23:19:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08BCFE0C; Tue, 21 Feb 2017 23:19:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id v186so126408237wmd.0; Tue, 21 Feb 2017 15:19:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=F2dkxx5MbQX0t+q5zNsi2rEs/D6wY2HhR0teP8aDUZM=; b=mmwoSQr8fJq/gjdGdNvo8dhsidcR26lXdPSbrZveMnBDaCrqEC/KA29aiYhYtmy5XT inF9A1ZTk9KgmqUgFPhBrJv1qOLjgD/KhXuGK6jj4hudQ6Pg48m0XOrdW42zPdAhAPF7 ZFCjIZdjLowqftRk2Lchld6ly690fPmQUcuO7cj5GHcw6cLxor0p+O0SEuVqT25gf+o6 B2dGBsxfTZzSK1sguoSgADY5sz9hBBr/EZiuIIMf4XW0QbPzGN8QJzUXAwkb8cwFTdKX QPcivB9mjl+ZOtpfU1VB3ZS9DO3rT1IZogEHM+3EBxtjYkcoWWjeoIgsn8YdCXJLUVpU 8uaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=F2dkxx5MbQX0t+q5zNsi2rEs/D6wY2HhR0teP8aDUZM=; b=JeM+56mHwB4lUEynhlz0xZk60YFehM5Y6rLOqvY93LI7YM4PCqqSpCtTfpU4R3dlFL pWsYu+78vlKPOO369EWqvwbilqubhpTnKl8kzZjQuv+mx1rVExzsZNnATTBzOhk9q107 POcZ6i+o2EQ7o+JVR21n2DxeKkdy2fDC2osPK7am36UXHsLtboG59k3pibegg6gNLd7D OvBCFYV5yjR+Av1pOQrI+x9ZmYWzRbKpy1Gtbiz5pRJUjflTIUIazxlH+FXO1VHvNiq+ fOS9sLHxJ9L4bNy6WgyO2nFHZi/qQFGrbWVQag9I81iOWnki1SgAOyM+RXXiltu1XcVh +0XQ== X-Gm-Message-State: AMke39lngPlwQTb0LA4h7ZHWPOJEWB5CVPAm2EniVHSzDcQAL9FYqgwvLT/Y/q6tuafZkiQax8J3RPOoGdJ1KA== X-Received: by 10.28.150.202 with SMTP id y193mr16713277wmd.106.1487719139317; Tue, 21 Feb 2017 15:18:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.128.135 with HTTP; Tue, 21 Feb 2017 15:18:58 -0800 (PST) In-Reply-To: <201702211323.v1LDNrJw087417@repo.freebsd.org> References: <201702211323.v1LDNrJw087417@repo.freebsd.org> From: Adrian Chadd Date: Tue, 21 Feb 2017 15:18:58 -0800 Message-ID: Subject: Re: svn commit: r314043 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi To: Hans Petter Selasky Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 21 Feb 2017 23:19:01 -0000 Hiya, My understanding of tasklets is that they run on the CPU that they were scheduled on, rather than there being a single tasklet thread? Is that the direction you're thinking of heading in, or? -adrian