From nobody Tue Oct 11 14:32:37 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MmytK5KQtz4fqHY; Tue, 11 Oct 2022 14:32:41 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MmytK4xpsz3nwW; Tue, 11 Oct 2022 14:32:41 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 4218D5C0176; Tue, 11 Oct 2022 10:32:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 11 Oct 2022 10:32:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1665498761; x= 1665585161; bh=YH/pUgFO5V1rPJXcSyOrH4queE+Wro0egAZmoivt9Lk=; b=p 9jz7tCKxAYsZdoHMV3I12v/KYO6PGDqBo9uueNO5tUtI/qX1ml/X3IRzXUEkCRGp fSXv3NQpfIWjZQJDpz/E2EWTJbFmut4tIYGoEwwZYgbCFvAP0Flhmq5YQ7iZ1y0q HGKCpOrNXl2ROEAGr0WRWdEDhRyq+aJUYXcO/uO6B6MlUTrjFoAO6bfIgZPOt561 1wXRAj7dx8MGYWaKZHinHhwovhDUqgNwGPOoCyRejcVoLO8b2Bztcja+j7Q8Xpr7 KpBkl4bHmAIS9OlGBv9iJ3Da3yIHcpmnt/w1sAwwFV1IIujqYjuFLqnmFwdFEzCj k5DnYns8UkOb7VTSe3xaA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejiedgjeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvvefukfhfgggtugfgjgesth ekredttddtjeenucfhrhhomhepvfhomhculfhonhgvshcuoehthhhjsehfrhgvvggsshgu rdhorhhgqeenucggtffrrghtthgvrhhnpeeujefghfffgeduteetveevteeifedugeehge dtleejhedtvdfhhffgvdevhffgffenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgr mhepmhgrihhlfhhrohhmpehthhhjsehfrhgvvggsshgurdhorhhg X-ME-Proxy: Feedback-ID: ib75146ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Oct 2022 10:32:39 -0400 (EDT) Date: Tue, 11 Oct 2022 15:32:37 +0100 From: Tom Jones To: Warner Losh Cc: Jessica Clarke , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Subject: Re: git: 67f2a563bfca - main - acpi: Tell SMM we will handle CPPC notifications Message-ID: References: <202210101353.29ADrhXG012590@gitrepo.freebsd.org> <2963DD27-E730-445D-BD59-0DB728CDA203@freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4MmytK4xpsz3nwW X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, Oct 11, 2022 at 07:32:47AM -0600, Warner Losh wrote: > On Tue, Oct 11, 2022 at 2:33 AM Tom Jones wrote: > > > > > > > This isn’t under an ifdef? > > > > > > Jess > > > > > > > It should be, thanks for pointing it out. I've fixed it now. > > > > I hope when we get support for CPPC on arm64 we don't have this sort of > > issue too. > > > > Is CPPC missing completely? IF so, then ignore the suggestion I made on the > #ifdef. I am not aware that we have support, a quick google didn't show anything up. Linux does have support, the initial review I found looked like quite a bit of work. If no one shouts I am going to leave this for now, we can always expand scope in the future. - Tom