19 Mar, 2009

1 commit


05 Dec, 2008

2 commits

  • So that we can profile code even in a local_irq_disable() section,
    only write 14 (instead of 15) into the %pil register to disable IRQs.

    This allows PIL level 15 to serve as a pseudo NMI.

    Signed-off-by: David S. Miller

    David S. Miller
     
  • - move all sparc64/mm/ files to arch/sparc/mm/
    - commonly named files are named _64.c
    - add files to sparc/mm/Makefile preserving link order
    - delete now unused sparc64/mm/Makefile
    - sparc64 now finds mm/ in sparc

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

    Sam Ravnborg