From owner-freebsd-arm@freebsd.org Wed Jan 4 18:31:25 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 8B3FDC9FF5F for ; Wed, 4 Jan 2017 18:31:25 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 6365F15F6 for ; Wed, 4 Jan 2017 18:31:25 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2008420C1A for ; Wed, 4 Jan 2017 13:31:24 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Wed, 04 Jan 2017 13:31:24 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=wc1qAFzuvLrFTj4XHK/RVqr8Vj8=; b=lxlhoY yH8vnZDXzkRGijE5klqy/hMGVDi1u7mjMFnID0I0tEQUdhXBVWeQE5Tv8gU95T0f vGLYGZxYxfKLiTraNJgdUx7HMfi1DzVmiU5nxixnfkb9hQ44Cgjp8bTRoz84J1YU kR8BH7ZFFPqjpvwduYemv5Cuo4BmsVVxjGv+o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=wc1qAFzuvLrFTj 4XHK/RVqr8Vj8=; b=bYxEGNgsdWAByjirATqXHTxy74+Y3USOPSt1CpyEuwq/k+ RPcbPcJZJywrApeqX3gmhBLdzAAmy/DkvFmi7Crr1akodQ4HX3tQEtM3H2xpiwKN xP+zXvK3dLIpVJ6LY/q7nWeWWI22cVuetGsDJlVoIaMj8semGnxa2ufGahBBM= X-ME-Sender: X-Sasl-enc: TkiiwSyZmqHXnov+KBLY5zoOMxsA2fCYBWTBNHJ0YlWq 1483554683 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id AFDA57E9FB for ; Wed, 4 Jan 2017 13:31:23 -0500 (EST) To: freebsd-arm@freebsd.org From: tech-lists Subject: can SMP work on rpi3? Message-ID: <5291c2eb-0dee-711a-07fc-7837180ce6bb@zyxst.net> Date: Wed, 4 Jan 2017 18:31:22 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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:31:25 -0000 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. Many thanks, -- J.