From owner-freebsd-arm@freebsd.org Wed Jan 4 18:39:05 2017 Return-Path: Delivered-To: freebsd-arm@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 5D71DC9E37B for ; Wed, 4 Jan 2017 18:39:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8F319C3 for ; Wed, 4 Jan 2017 18:39:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id E299F2F406; Wed, 4 Jan 2017 11:39:03 -0700 (MST) Date: Wed, 4 Jan 2017 11:39:03 -0700 From: Brad Davis To: tech-lists Cc: freebsd-arm@freebsd.org Subject: Re: can SMP work on rpi3? Message-ID: <20170104183903.GY70816@corpmail.liquidneon.com> References: <5291c2eb-0dee-711a-07fc-7837180ce6bb@zyxst.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5291c2eb-0dee-711a-07fc-7837180ce6bb@zyxst.net> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 18:39:05 -0000 On Wed, Jan 04, 2017 at 06:31:22PM +0000, tech-lists wrote: > Hello list, > > (I'm running -current as of r311005) > > I compiled a GENERIC kernel instead of GENERIC-UP (which is the default > if raspberrypi3 is selected in crochet). It runs OK but the console gets > this all the time: > > cpufreq0: rejecting change, SMP not started yet > > over and over again. > > So, my question is, can I make SMP work on rpi3? Alternatively, can I > quiet the console? > > I guess I can always recompile another kernel if SMP for rpi3 isn't here > yet. There are other changes required. We are working on getting them into the tree. See: https://kernelnomicon.org/?p=718 Regards, Brad Davis