CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/02/15 08:14:23
Modified files: sys/arch/arm/include: vmparam.h Log message: Bump MAXTSIZ to 64M on arm. Needed for ports/devel/llvm which builds large executables with a .text section over 32M. Remove the comment about the +/-32M limitation of branch instructions, which can be lifted using other techniques (eg cc -mlong-calls) and should not be enforced by the kernel. ok guenther@ patrick@ jsg@ kettenis@