22 Apr, 2007

1 commit


03 Oct, 2006

1 commit

  • It looks like Zach Brown's patch pr_debug-check-pr_debug-arguments
    worked as inteded. That is, it doesn't "allow completely incorrect code
    to build." :).

    The arm build fails with the following message:
    CC arch/arm/vfp/vfpsingle.o
    arch/arm/vfp/vfpsingle.c: In function `__vfp_single_normaliseround':
    arch/arm/vfp/vfpsingle.c:201: error: `func' undeclared (first use in
    this function)
    arch/arm/vfp/vfpsingle.c:201: error: (Each undeclared identifier is
    reported only once
    arch/arm/vfp/vfpsingle.c:201: error: for each function it appears in.)
    make[1]: *** [arch/arm/vfp/vfpsingle.o] Error 1
    make: *** [arch/arm/vfp] Error 2

    The following patch fixes the issue by using func only when DEBUG is
    defined.

    Signed-off-by: Frederik Deweerdt
    Cc: Russell King
    Cc: Zach Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Frederik Deweerdt
     

25 Sep, 2006

2 commits


30 Aug, 2006

1 commit


27 Aug, 2006

2 commits


26 Apr, 2006

1 commit


11 Apr, 2006

2 commits

  • Patch from Catalin Marinas

    This patch changes the double registers numbering to 0-15 from even 0-30,
    in preparation for future VFP extensions. It also fixes the VFP_REG_ZERO
    bug (value 16 actually represents the 8th double register with the original
    numbering).

    The original mcrr/mrrc on CP10 were generating FMRRS/FMSRR instead of
    FMRRD/FMDRR. The patch changes to CP11 for the correct instructions.

    Signed-off-by: Catalin Marinas
    Signed-off-by: Russell King

    Catalin Marinas
     
  • Patch from Catalin Marinas

    The NaN case was dealed with by the "exponent >= ... + 32" condition but it
    was not setting the value "d" to 0.

    Signed-off-by: Ken'ichi Kuromusha
    Signed-off-by: Russell King

    Catalin Marinas
     

30 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds