From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4AC0FC27C55 for ; Mon, 10 Jun 2024 14:12:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DswGs1t6J2KBswZHW+etfTSAN+ML9B6KyOfdMN7nfLo=; b=zQYEOYbudpbLny k4fMxj5Me4uWMO5/cHi1mxy7WlBmQ6sMa8cWLeLOvQ4BgSoW4kdh29WSvAnw2ru0atU4utxWYC5EJ v+tmGsvPU7YeY6DTwXQQIZo1DOdWqAkyRcgwLJ/J6bXe9lzk6m4DJ2yQIYLLOjUFLnAuLCUSxU19h z0fllJqqXoUrA6uLnE34T0yMolcnXjD7dENYwB8GrwbOobxj3jeS2/s52WCoMuMy7polzaw4AaRvv jgdiOwWbhxzfmhHQbz43dcehCLT5orEgSBCrswm6FSSmZCKmDBdR38ZlpuO1q6vXaRaQtwbx/bbL8 Xn/XDONRD/Osnq/lySuw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGfkS-00000005Mas-3JZZ; Mon, 10 Jun 2024 14:11:48 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGfkQ-00000005MZy-1SDS for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2024 14:11:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 3E509CE13D5; Mon, 10 Jun 2024 14:11:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D56AC2BBFC; Mon, 10 Jun 2024 14:11:40 +0000 (UTC) Date: Mon, 10 Jun 2024 15:11:38 +0100 From: Catalin Marinas To: Steven Price Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, Suzuki K Poulose , Marc Zyngier , Will Deacon , James Morse , Oliver Upton , Zenghui Yu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Joey Gouly , Alexandru Elisei , Christoffer Dall , Fuad Tabba , linux-coco@lists.linux.dev, Ganapatrao Kulkarni Subject: Re: [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM Message-ID: References: <20240605093006.145492-1-steven.price@arm.com> <20240605093006.145492-3-steven.price@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240605093006.145492-3-steven.price@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240610_071146_659851_B6E0BFAE X-CRM114-Status: GOOD ( 10.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jun 05, 2024 at 10:29:54AM +0100, Steven Price wrote: > diff --git a/arch/arm64/mm/init.c b/arch/arm64/mm/init.c > index 9b5ab6818f7f..9d8d38e3bee2 100644 > --- a/arch/arm64/mm/init.c > +++ b/arch/arm64/mm/init.c > @@ -41,6 +41,7 @@ > #include > #include > #include > +#include > #include > #include > #include What's this random include here? It looks like a leftover from the previous version. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel