git: 63c9b018069b - main - arm64: lib32: Don't try to install removed <machine/runq.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jun 2025 16:01:11 UTC
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=63c9b018069b58bacb2875c83c676cc8c4f40d69 commit 63c9b018069b58bacb2875c83c676cc8c4f40d69 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-06-18 14:31:59 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-06-18 16:00:08 +0000 arm64: lib32: Don't try to install removed <machine/runq.h> Reported by: Herbert J. Skuhra (herbert gojira.at) Fixes: 79d8a99ee583 ("runq: Deduce most parameters, remove machine headers") MFC after: 1 month Event: Kitchener-Waterloo Hackathon 202506 Sponsored by: The FreeBSD Foundation --- include/arm/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/include/arm/Makefile b/include/arm/Makefile index 1f596763df77..27fa8dfb9de3 100644 --- a/include/arm/Makefile +++ b/include/arm/Makefile @@ -32,7 +32,6 @@ INCS= _align.h \ reg.h \ reloc.h \ resource.h \ - runq.h \ setjmp.h \ signal.h \ sysarch.h \