Skip to content
  • Ryan Lortie's avatar
    [project @ 2005-12-15 23:32:29 by desrt] · 12694df2
    Ryan Lortie authored
    (( PLEASE MERGE TO STABLE ))
    
    Linker.c: linux/ppc: We call mmap() to allocate additional pages to
                         create jump islands.  In the case where no
                         additional memory was needed the mmap call was
                         being made with a size of 0 which would fail.
                         The call is now conditionalised and documentation
                         has been added to the code.  Closes trac #439.
    12694df2