summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/machdep.c
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-08-21 19:51:07 +0000
committeremaste <emaste@FreeBSD.org>2014-08-21 19:51:07 +0000
commitcb99f1dd806c78f2bfe7e7f74d56fc28126b02d9 (patch)
tree1b559baf215176bb7e8a00ae1ba3abff878a1486 /sys/ia64/ia64/machdep.c
parenta576189f8b1b23c7dbd3748be9fee03a871d5a3d (diff)
downloadFreeBSD-src-cb99f1dd806c78f2bfe7e7f74d56fc28126b02d9.zip
FreeBSD-src-cb99f1dd806c78f2bfe7e7f74d56fc28126b02d9.tar.gz
MFC r263815, r263872:
Move ia64 efi.h to sys in preparation for amd64 UEFI support Prototypes specific to ia64 have been left in this file for now, under __ia64__, rather than moving them to a new header under sys/ia64. I anticipate that (some of) the corresponding functions will be shared by the amd64, arm64, i386, and ia64 architectures, and we can adjust this as EFI support on other than ia64 continues to develop. Fix missed efi.h header change in r263815 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/ia64/ia64/machdep.c')
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index bccfcd1..46357d1 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/cons.h>
#include <sys/cpu.h>
+#include <sys/efi.h>
#include <sys/eventhandler.h>
#include <sys/exec.h>
#include <sys/imgact.h>
@@ -83,7 +84,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bootinfo.h>
#include <machine/cpu.h>
-#include <machine/efi.h>
#include <machine/elf.h>
#include <machine/fpu.h>
#include <machine/intr.h>
OpenPOWER on IntegriCloud