]> 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 adb37d0a30ea8d28ef90a8743844fc220dac396c..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
 }
 
@@ -292,3 +292,11 @@ void copy_page(void *to, void *from)
 
 EXPORT_SYMBOL(clear_page);
 EXPORT_SYMBOL(copy_page);
+
+void __init build_clear_page(void)
+{
+}
+
+void __init build_copy_page(void)
+{
+}