02 Oct, 2010

3 commits

  • VMALLOC_END is supposed to be an absolute value, while PAGE_OFFSET may
    vary depending on the selected user:kernel memory split mode through
    CONFIG_VMSPLIT_*. In fact, the goal of moving PAGE_OFFSET down is to
    accommodate more directly addressed RAM by the kernel below the vmalloc
    area, and having VMALLOC_END move along PAGE_OFFSET is rather against
    the very reason why PAGE_OFFSET can be moved in the first place.

    Signed-off-by: Nicolas Pitre

    Nicolas Pitre
     
  • Versions of silicon older than TO3 have broken NEON implementation. Turn off
    NEON in such cases.

    Signed-off-by: Amit Kucheria
    Tested-by: Dave Martin
    Tested-by: Jason Hui
    Signed-off-by: Nicolas Pitre

    Amit Kucheria
     
  • This allows for board specific issues to override decisions made in generic
    code that might not be suitable due to some errata or the like, by making
    the initcall hooks from those board specific files run after the core ones,
    therefore avoiding ugly #ifdef's in core code.

    Signed-off-by: Nicolas Pitre
    Tested-by: Dave Martin
    Tested-by: Jason Hui

    Nicolas Pitre
     

29 Sep, 2010

8 commits


28 Sep, 2010

29 commits