]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/ttable.h
slub: Remove useless checks in alloc_debug_processing
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / ttable.h
index c2a16e1884992a0c9bd13dbbf774731eb1fe2ecf..bbb9c8f13d61814c2d8115c6f54deb6531993b08 100644 (file)
        ba,a,pt %xcc, rtrap_irq;                        \
        .previous;
 
-#define TICK_SMP_IRQ                                   \
-       rdpr    %pil, %g2;                              \
-       wrpr    %g0, 15, %pil;                          \
-       sethi   %hi(1f-4), %g7;                         \
-       ba,pt   %xcc, etrap_irq;                        \
-        or     %g7, %lo(1f-4), %g7;                    \
-       nop;                                            \
-       nop;                                            \
-       nop;                                            \
-       .subsection     2;                              \
-1:     call    trace_hardirqs_off;                     \
-        nop;                                           \
-       call    smp_percpu_timer_interrupt;             \
-        add    %sp, PTREGS_OFF, %o0;                   \
-       ba,a,pt %xcc, rtrap_irq;                        \
-       .previous;
-
 #else
 
 #define TRAP_IRQ(routine, level)                       \
         add    %sp, PTREGS_OFF, %o1;                   \
        ba,a,pt %xcc, rtrap_irq;
        
-#define TICK_SMP_IRQ                                   \
-       rdpr    %pil, %g2;                              \
-       wrpr    %g0, 15, %pil;                          \
-       sethi   %hi(109f), %g7;                         \
-       ba,pt   %xcc, etrap_irq;                        \
-109:    or     %g7, %lo(109b), %g7;                    \
-       call    smp_percpu_timer_interrupt;             \
-        add    %sp, PTREGS_OFF, %o0;                   \
-       ba,a,pt %xcc, rtrap_irq;
-
 #endif
 
 #define TRAP_IVEC TRAP_NOSAVE(do_ivec)