Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 23:24:54 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d1e4c63d9e93 - main - efirt_machdep.c: Trim some unused includes
Message-ID:  <202308282324.37SNOsc5060441@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144

commit d1e4c63d9e93b113f7ef5aef5e0e79a4d7dca144
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-08-28 23:22:03 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-08-28 23:22:03 +0000

    efirt_machdep.c: Trim some unused includes
    
    Reviewed by:    imp, kib, markj
    Differential Revision:  https://reviews.freebsd.org/D41596
---
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308282324.37SNOsc5060441>