From owner-freebsd-arch@FreeBSD.ORG Thu Feb 19 17:16:34 2015 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEFD930E; Thu, 19 Feb 2015 17:16:34 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 B440820A; Thu, 19 Feb 2015 17:16:34 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id l13so10921470iga.0; Thu, 19 Feb 2015 09:16:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hHZMajTPvGk9Gj143VOQZzbnrwx5zxF1hIKk/d2/RYA=; b=cE3jw1fGxbouDjDBjQ3JvQcJ5Cp3MW1NsZwNeYsUJ9YWCmF0EkNStzhMHdqP4YtC+P V0OpTf3WcXOTHr/SHmEJYm1Eg7T9eSf7mMtgIKKL/vM0iBHqm6m+SxOpQMyh6O8yvk64 EWDF0RQmBaeeggPH17wcBEn3vsGiMyLCy0yAZJ/wnj1L96cQp5kNWR9i9lWnTDKfrXzl wwJSFFSC8rtEMjHlaoEFy2IwHInceHTbYfwuvNLGoISVGN1qSkn9Xo/Ano4k8TuN+7Bc X4LvQ4CtR4iOi6q96yrDffirEuCVxZsPcr5wVpCG3HKFqY5XK1DWUH25fZDd9EjIvr4s W5hQ== MIME-Version: 1.0 X-Received: by 10.42.201.78 with SMTP id ez14mr7305813icb.22.1424366194110; Thu, 19 Feb 2015 09:16:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Thu, 19 Feb 2015 09:16:34 -0800 (PST) In-Reply-To: <2650364.MV3AvSBuVe@ralph.baldwin.cx> References: <1848011.eGOHhpCEMm@ralph.baldwin.cx> <6147240.5Rne9DUXyM@ralph.baldwin.cx> <2650364.MV3AvSBuVe@ralph.baldwin.cx> Date: Thu, 19 Feb 2015 09:16:34 -0800 X-Google-Sender-Auth: vEqe6CcQID2bzF8pBg7bzyJu19I Message-ID: Subject: Re: RFC: bus_get_cpus(9) From: Adrian Chadd To: John Baldwin Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 17:16:35 -0000 [snip] We talked on IRC about this. The TL;DR is that once more of the groundwork changes are in place we can look at the higher level stuff I'm looking to do. -adrian