28 Oct, 2010

3 commits


12 Jan, 2010

1 commit

  • gcc 4.2.1 for MN10300 is more agressive than the older gcc in
    reordering/moving other insns between an insn that sets flags and an insn
    that uses those flags. This leads to trouble with asm statements which
    are missing an explicit "cc" clobber. This patch adds the explicit "cc"
    clobber to asm statements which do indeed clobber the condition flags.

    Signed-off-by: Mark Salter
    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark Salter
     

05 Jul, 2008

1 commit


09 Feb, 2008

1 commit

  • Add architecture support for the MN10300/AM33 CPUs produced by MEI to the
    kernel.

    This patch also adds board support for the ASB2303 with the ASB2308 daughter
    board, and the ASB2305. The only processor supported is the MN103E010, which
    is an AM33v2 core plus on-chip devices.

    [akpm@linux-foundation.org: nuke cvs control strings]
    Signed-off-by: Masakazu Urade
    Signed-off-by: Koichi Yasutake
    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells