X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/564d46a25761b833c5bd412c8fc9e500a7add19f..b13267a5123f6a14e47d788c4a8a2a8692e2a119:/sys/boot/common/load_elf.c diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 84b09d2cf5..f4da81292f 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/boot/common/load_elf.c,v 1.29 2003/08/25 23:30:41 obrien Exp $ - * $DragonFly: src/sys/boot/common/load_elf.c,v 1.4 2004/09/09 03:47:08 joerg Exp $ + * $DragonFly: src/sys/boot/common/load_elf.c,v 1.5 2005/02/20 16:30:39 swildner Exp $ */ #include @@ -266,8 +266,6 @@ __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) #else off = - (off & 0xff000000u); /* i386 relocates after locore */ #endif -#else - off = 0; /* alpha is direct mapped for kernels */ #endif } ef->off = off;