summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/elf.h')
-rw-r--r--sys/powerpc/include/elf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h
index 01248f0..7fc1b36 100644
--- a/sys/powerpc/include/elf.h
+++ b/sys/powerpc/include/elf.h
@@ -158,16 +158,4 @@ __ElfType(Auxinfo);
#define ELF_TARG_MACH EM_PPC
#define ELF_TARG_VER 1
-#ifdef _KERNEL
-
-/*
- * On the PowerPC we load the dynamic linker where a userland call
- * to mmap(0, ...) would put it. The rationale behind this
- * calculation is that it leaves room for the heap to grow to
- * its maximum allowed size.
- */
-#define ELF_RTLD_ADDR(vmspace) \
- (round_page((vm_offset_t)(vmspace)->vm_daddr + maxdsiz))
-
-#endif /* _KERNEL */
#endif /* !_MACHINE_ELF_H_ */
OpenPOWER on IntegriCloud