• Helge Deller's avatar
    parisc: Use generic mmap top-down layout and brk randomization · 3033cd43
    Helge Deller authored
    parisc uses a top-down layout by default that exactly fits the generic
    functions, so get rid of arch specific code and use the generic version
    by selecting ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT.
    
    Note that on parisc the stack always grows up and a "unlimited stack"
    simply means that the value as defined in CONFIG_STACK_MAX_DEFAULT_SIZE_MB
    should be used. So RLIM_INFINITY is not an indicator to use the legacy
    memory layout.
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    3033cd43
sys_parisc.c 10.8 KB