]> err.no Git - linux-2.6/blobdiff - arch/mips/mm/pg-sb1.c
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / arch / mips / mm / pg-sb1.c
index 82f42ace73c88c865ce151b53b2674a44d2e17d2..a3e98c243a89c08c066ff128669e107bdf7b1faa 100644 (file)
@@ -188,9 +188,9 @@ static inline void copy_page_cpu(void *to, void *from)
        : "+r" (src), "+r" (dst)
        : "r" (end)
 #ifdef CONFIG_64BIT
-       : "$8","$9","$10","$11","memory");
+       : "$8", "$9", "$10", "$11", "memory");
 #else
-       : "$2","$3","$6","$7","$8","$9","$10","$11","memory");
+       : "$2", "$3", "$6", "$7", "$8", "$9", "$10", "$11", "memory");
 #endif
 }