Re: git: 76a2904c352b - main - arm64: Add RSI detection for CCA
- In reply to: Andrew Turner : "git: 76a2904c352b - main - arm64: Add RSI detection for CCA"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 May 2026 17:49:22 UTC
hello,
Andrew Turner wrote in <6a035b82.3e295.91ae8c3@gitrepo.freebsd.org>:
> commit 76a2904c352b497b32fc902523e3e485f7b06ffd
> Author: Sarah Walker <sarah.walker2@arm.com>
> AuthorDate: 2026-05-12 11:27:13 +0000
> Commit: Andrew Turner <andrew@FreeBSD.org>
> CommitDate: 2026-05-12 16:54:40 +0000
>
> arm64: Add RSI detection for CCA
i think this commit (or a related one) has broken the aarch64
LINT-ACPI kernel build:
--- rsi.o ---
In file included from /aux0/ci/worker/main-linux-clang-aarch64/build/sys/arm64/arm64/rsi.c:35:
In file included from /aux0/ci/worker/main-linux-clang-aarch64/build/sys/vm/vm_page.h:68:
In file included from /aux0/ci/worker/main-linux-clang-aarch64/build/sys/vm/pmap.h:88:
./machine/pmap.h:151:48: error: unknown type name 'vm_prot_t'; did you mean 'vm_page_t'?
151 | int pmap_change_prot(void *va, vm_size_t size, vm_prot_t prot);
| ^~~~~~~~~
| vm_page_t
/aux0/ci/worker/main-linux-clang-aarch64/build/sys/sys/types.h:293:25: note: 'vm_page_t' declared here
293 | typedef struct vm_page *vm_page_t;
| ^