]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/sim.h
tcp: don't clear retransmit_skb_hint when not necessary
[linux-2.6-omap-h63xx.git] / include / asm-mips / sim.h
index 67c4fe52bb426c3d9a6281d0ca886d5d6843f49d..0cd719fabb515b9644310c5e1e6165965b9431ca 100644 (file)
@@ -18,7 +18,7 @@
 #ifdef CONFIG_32BIT
 
 #define save_static_function(symbol)                                   \
-__asm__ (                                                              \
+__asm__                                                              \
        ".text\n\t"                                                     \
        ".globl\t" #symbol "\n\t"                                       \
        ".align\t2\n\t"                                                 \
@@ -46,7 +46,7 @@ __asm__ (                                                             \
 #ifdef CONFIG_64BIT
 
 #define save_static_function(symbol)                                   \
-__asm__ (                                                              \
+__asm__                                                              \
        ".text\n\t"                                                     \
        ".globl\t" #symbol "\n\t"                                       \
        ".align\t2\n\t"                                                 \