Re: [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM

From: Steven Price
Date: Mon Jun 10 2024 - 10:17:03 EST


On 10/06/2024 15:11, Catalin Marinas wrote:
> 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 <asm/kvm_host.h>
>> #include <asm/memory.h>
>> #include <asm/numa.h>
>> +#include <asm/rsi.h>
>> #include <asm/sections.h>
>> #include <asm/setup.h>
>> #include <linux/sizes.h>
>
> What's this random include here? It looks like a leftover from the
> previous version.
>

Whoops - indeed that shouldn't be there.

Thanks,
Steve