Re: [PATCH 2/2] selftests/proc: Do not build x86-64 tests on non-x86-64 builds

From: Björn Töpel
Date: Fri Jun 30 2023 - 06:27:55 EST


Alexey Dobriyan <adobriyan@xxxxxxxxx> writes:

> On Thu, Jun 29, 2023 at 06:23:00PM +0200, Björn Töpel wrote:
>> From: Björn Töpel <bjorn@xxxxxxxxxxxx>
>>
>> The proc-empty-vm test is x86-64 only. Remove that test from
>> non-x86-64 builds.
>>
>> Signed-off-by: Björn Töpel <bjorn@xxxxxxxxxxxx>
>
> What's the address space size on risc-v?

Different sizes are supported, 39b, 48b, and 57b:
Documentation/riscv/vm-layout.rst

Did you have anything particular in mind?