git: 2b76d028605b - stable/14 - arm64: lib32: Don't try to install removed <machine/runq.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jul 2025 13:31:41 UTC
The branch stable/14 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=2b76d028605bf1f08ab9630f775fa29368737715
commit 2b76d028605bf1f08ab9630f775fa29368737715
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-06-18 14:31:59 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-07-28 13:28:44 +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
(cherry picked from commit 63c9b018069b58bacb2875c83c676cc8c4f40d69)
---
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 \