summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/common
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-14 08:27:49 +0000
committerdfr <dfr@FreeBSD.org>2001-09-14 08:27:49 +0000
commitfba6b92ecd18f4cf99373368845f1654ba19bad1 (patch)
treef9fd56d7e0a3d70c06b3377a4260ac1f49ecaf45 /sys/boot/ia64/common
parent83cd82c3c456ae4ee2836038d81b0bb1a8636608 (diff)
downloadFreeBSD-src-fba6b92ecd18f4cf99373368845f1654ba19bad1.zip
FreeBSD-src-fba6b92ecd18f4cf99373368845f1654ba19bad1.tar.gz
Add ELF backend to the build.
Diffstat (limited to 'sys/boot/ia64/common')
-rw-r--r--sys/boot/ia64/common/exec.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/boot/ia64/common/exec.c b/sys/boot/ia64/common/exec.c
index 994a787..9814d4b 100644
--- a/sys/boot/ia64/common/exec.c
+++ b/sys/boot/ia64/common/exec.c
@@ -82,8 +82,6 @@
#include <sys/param.h>
#include <sys/linker.h>
#include <machine/elf.h>
-#include <machine/prom.h>
-#include <machine/rpb.h>
#include <machine/bootinfo.h>
#include "bootstrap.h"
@@ -91,12 +89,8 @@
#define _KERNEL
static int elf_exec(struct preloaded_file *amp);
-int bi_load(struct bootinfo_v1 *, vm_offset_t *,
- struct preloaded_file *);
-struct file_format alpha_elf = { elf_loadfile, elf_exec };
-
-vm_offset_t ffp_save, ptbr_save;
+struct file_format ia64_elf = { elf_loadfile, elf_exec };
static int
elf_exec(struct preloaded_file *fp)
OpenPOWER on IntegriCloud