From nobody Tue Oct 11 08:33:34 2022 X-Original-To: dev-commits-src-main@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 4Mmpw50xM9z4fFh4; Tue, 11 Oct 2022 08:33:41 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) (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 4Mmpw50JDhz3KZ2; Tue, 11 Oct 2022 08:33:41 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id D94AC32007F1; Tue, 11 Oct 2022 04:33:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 11 Oct 2022 04:33:39 -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=1665477218; x= 1665563618; bh=IsZQCvvLtpqCvyIohMoouznCPRDiXBl0+f0+o+E/2Gw=; b=A XYgpgAzobuT+k6Nh4sqyybkY9MpSRb8Gk0vXE4q4sgHd5nOwtUHvuJ8/8b0/GLV2 jsH5g4gWxBdvKCBlnaUDhshLBiFdVSpaTq5Tm+CRkT0Fjz9kHMwr0YAwuLSN0xVN 2zMieY6UwZ1Y1esYkqGkkqSxtyLVJLB/R52/JrJmh4nxGhnQIT2WcjyvHJLOoa2T rNtkpBQjOe6KXNkUX3gFe0XwwiNm3psAUw0OLx3wexOq2yXvOm60tLaXafDT0O24 2mWkxyOuYuNZxg3WHGif5gXxN1Ks4Kjpmlr8hly417ZuXOaAgHCnRPpx+i2pjWU2 ghV+VdXJhqp59DhW/FsyA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejiedgtdefucetufdoteggodetrfdotf 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 04:33:37 -0400 (EDT) Date: Tue, 11 Oct 2022 09:33:34 +0100 From: Tom Jones To: Jessica Clarke Cc: "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 the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2963DD27-E730-445D-BD59-0DB728CDA203@freebsd.org> X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4Mmpw50JDhz3KZ2 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 > > 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. - Tom