15 Apr, 2009

1 commit


07 Jan, 2009

1 commit

  • Impact: clean up

    The code in process_ver_nack is a little obfuscated. This change
    makes it a bit more readable by humans. It removes the complex
    if statement and replaces it with a cleaner flow of control.

    Signed-off-by: Steven Rostedt
    Reviewed-by: Sam Ravnborg
    Signed-off-by: David S. Miller

    Steven Rostedt
     

05 Dec, 2008

1 commit

  • o Move all files from sparc64/kernel/ to sparc/kernel
    - rename as appropriate
    o Update sparc/Makefile to the changes
    o Update sparc/kernel/Makefile to include the sparc64 files

    NOTE: This commit changes link order on sparc64!

    Link order had to change for either of sparc32 and sparc64.
    And assuming sparc64 see more testing than sparc32 change link
    order on sparc64 where issues will be caught faster.

    Signed-off-by: Sam Ravnborg
    Signed-off-by: David S. Miller

    Sam Ravnborg