18 Dec, 2010

1 commit

  • Seen with malta_defconfig on Linus' tree:

    CC arch/mips/mm/sc-mips.o
    arch/mips/mm/sc-mips.c: In function 'mips_sc_is_activated':
    arch/mips/mm/sc-mips.c:77: error: 'config2' undeclared (first use in this function)
    arch/mips/mm/sc-mips.c:77: error: (Each undeclared identifier is reported only once
    arch/mips/mm/sc-mips.c:77: error: for each function it appears in.)
    arch/mips/mm/sc-mips.c:81: error: 'tmp' undeclared (first use in this function)
    make[2]: *** [arch/mips/mm/sc-mips.o] Error 1
    make[1]: *** [arch/mips/mm] Error 2
    make: *** [arch/mips] Error 2

    [Ralf: Cosmetic changes to minimize the number of arguments passed to
    mips_sc_is_activated]

    Signed-off-by: Kevin Cernekee
    Patchwork: https://patchwork.linux-mips.org/patch/1752/
    Signed-off-by: Ralf Baechle

    Kevin Cernekee
     

30 Oct, 2010

1 commit

  • On many of the newer MIPS32 cores, CP0 CONFIG2 bit 12 (L2B) indicates
    that the L2 cache is disabled and therefore Linux should not attempt
    to use it.

    [Ralf: Moved the code added by Kevin's original patch into a separate
    function that can easily be replaced for platforms that need more a
    different probe.]

    Signed-off-by: Kevin Cernekee
    Cc: linux-mips@linux-mips.org>
    Cc:
    Patchwork: https://patchwork.linux-mips.org/patch/1723/
    Signed-off-by: Ralf Baechle

    Kevin Cernekee
     

01 Oct, 2009

1 commit


12 Mar, 2008

1 commit


12 Oct, 2007

1 commit


30 Jun, 2006

2 commits