1. 11 10月, 2007 1 次提交
  2. 06 10月, 2006 1 次提交
  3. 04 10月, 2006 1 次提交
  4. 26 9月, 2006 2 次提交
    • A
      [PATCH] i386: Remove lock section support in rwsem.h · add659bf
      Andi Kleen 提交于
      Lock sections don't work the new dwarf2 unwinder
      This generates slightly smaller code. It adds one more taken
      jump to the fast path.
      
      Also move the trampolines into semaphore.S and add proper CFI
      annotations.
      
      Cc: jbeulich@novell.com
      Signed-off-by: NAndi Kleen <ak@suse.de>
      add659bf
    • A
      [PATCH] i386: Redo semaphore and rwlock assembly helpers · ecaf45ee
      Andi Kleen 提交于
      - Move them to a pure assembly file. Previously they were in
      a C file that only consisted of inline assembly. Doing it in pure
      assembler is much nicer.
      - Add a frame.i include with FRAME/ENDFRAME macros to easily
      add frame pointers to assembly functions
      - Add dwarf2 annotation to them so that the new dwarf2 unwinder
      doesn't get stuck on them
      - Random cleanups
      
      Includes feedback from Jan Beulich and a UML build fix from Andrew
      Morton.
      
      Cc: jbeulich@novell.com
      Cc: jdike@addtoit.com
      Signed-off-by: NAndi Kleen <ak@suse.de>
      ecaf45ee