From owner-freebsd-arm@freebsd.org Thu Feb 2 03:12:24 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 75D4BCCCB5A for ; Thu, 2 Feb 2017 03:12:24 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qt0-x236.google.com (mail-qt0-x236.google.com [IPv6:2607:f8b0:400d:c0d::236]) (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 3C4DE104E for ; Thu, 2 Feb 2017 03:12:23 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qt0-x236.google.com with SMTP id x49so6909290qtc.2 for ; Wed, 01 Feb 2017 19:12:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=DFP4isgyk8pkhTSUO9Vsc0bo1Roz0PZgxF44Xei7QLM=; b=OXPEEXvQRidD63e+YTc87S+KK3RzoFlK7f9xSYVTkr2UgiWTLZ95aTzHbYF4Cu4LEP c1+gLvHUgb8uwvzKagkp7VWYhVcperQ1Sh0fkoMsdxKBaG8HuGGJpa6NW30CHflwE0Cy mRZFfZK5MNfav6N1zrqNmQINyHxeHOSyuGxEM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=DFP4isgyk8pkhTSUO9Vsc0bo1Roz0PZgxF44Xei7QLM=; b=F4aBw7SOWWGFc7pt10/Hpkm9SgP9fMvdSwctRLEsX8zJAoeNS7ZRFL8+BfaoPBo0/R IURAm4HGGN81i7TNLFlIRMxhZPdcpvDE0IPZSpZof5hoE9+x2vTH+5NtQybjBHusU42F 6RO/9wpRdULrFcUJNww5xDfE5PpI4N4LWoyznziQecT26K2hnBdT1sewTMvMqh3tWVnI NqU7lg4tCP7dQtJRy2LJP/H5EwxrTbL1e812Gy2/evJ6R4nJgsy4X4gyakhtZnjwd5db GcX8+7Yvk+taAjsm6vZKXv3WPD4GJ0nCDapSOSGfg2rdeoEhIiLyh3JWNUizveI2TnXX b2AQ== X-Gm-Message-State: AIkVDXK8qn7Hp2Kx3NjpzuxvpvnDQnbhgl/kbRgTDdQLcERXv/Y2KqXXFFoQmlhkblAKoQ== X-Received: by 10.237.59.203 with SMTP id s11mr6179841qte.46.1486005143086; Wed, 01 Feb 2017 19:12:23 -0800 (PST) Received: from [192.168.0.11] ([187.60.94.34]) by smtp.googlemail.com with ESMTPSA id r131sm20394196qke.14.2017.02.01.19.12.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Feb 2017 19:12:22 -0800 (PST) To: "freebsd-arm@freebsd.org" From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: SMP support on Raspberry PI 3 Message-ID: Date: Thu, 2 Feb 2017 00:12:18 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 02 Feb 2017 03:12:24 -0000 Dears I did a build of 12 r312852 to my Raspberry PI 3 with SMP enabled. But, when the board is booting I get this message intermittent cpufreq0: rejecting change, SMP not started yet SMP is supposed to work? []'s -Otacilio