01 Sep, 2008

1 commit


01 Jul, 2006

1 commit


15 Jan, 2006

1 commit


31 Oct, 2005

1 commit

  • Patch from Nicolas Pitre

    This patch gets rid of the last C implementations of needed libgcc
    functions for the kernel, replacing them with optimized assembly
    versions.

    Those functions are:

    __ashldi3
    __ashrdi3
    __lshrdi3
    __muldi3
    __ucmpdi2

    The first 3 were lifted from gcc, the other two were written from scratch.

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Russell King

    Nicolas Pitre