git: 842a945c4077 - stable/14 - efirt_machdep.c: Trim some unused includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 15:44:23 UTC
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=842a945c4077da55232a4c503677ef9d2a13a125 commit 842a945c4077da55232a4c503677ef9d2a13a125 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-08-28 23:22:03 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-10-11 15:10:32 +0000 efirt_machdep.c: Trim some unused includes Reviewed by: imp, kib, markj Differential Revision: https://reviews.freebsd.org/D41596 (cherry picked from commit d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144) --- sys/amd64/amd64/efirt_machdep.c | 3 --- sys/arm64/arm64/efirt_machdep.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/amd64/amd64/efirt_machdep.c b/sys/amd64/amd64/efirt_machdep.c index 22d8cf963880..ffe2e2cf60a9 100644 --- a/sys/amd64/amd64/efirt_machdep.c +++ b/sys/amd64/amd64/efirt_machdep.c @@ -45,11 +45,8 @@ #include <sys/systm.h> #include <sys/vmmeter.h> #include <isa/rtc.h> -#include <machine/fpu.h> #include <machine/efi.h> -#include <machine/metadata.h> #include <machine/md_var.h> -#include <machine/smp.h> #include <machine/vmparam.h> #include <vm/vm.h> #include <vm/pmap.h> diff --git a/sys/arm64/arm64/efirt_machdep.c b/sys/arm64/arm64/efirt_machdep.c index 26990f40ea0a..c51987625356 100644 --- a/sys/arm64/arm64/efirt_machdep.c +++ b/sys/arm64/arm64/efirt_machdep.c @@ -46,10 +46,7 @@ #include <sys/systm.h> #include <sys/vmmeter.h> -#include <machine/metadata.h> -#include <machine/pcb.h> #include <machine/pte.h> -#include <machine/vfp.h> #include <machine/vmparam.h> #include <vm/vm.h>