patch-2.4.20 linux-2.4.20/include/linux/raid/md_compatible.h
Next file: linux-2.4.20/include/linux/raid/md_k.h
Previous file: linux-2.4.20/include/linux/pkt_sched.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/linux/raid/md_compatible.h
- Orig date:
Thu Nov 22 11:48:07 2001
diff -urN linux-2.4.19/include/linux/raid/md_compatible.h linux-2.4.20/include/linux/raid/md_compatible.h
@@ -34,7 +34,7 @@
return test_bit(X86_FEATURE_MMX, &boot_cpu_data.x86_capability);
}
#else
-#define md_cpu_has_mmx(x) (0)
+#define md_cpu_has_mmx() (0)
#endif
/* 002 */
@@ -99,7 +99,6 @@
#define md_test_and_clear_bit test_and_clear_bit
/* 018 */
-#define md_atomic_read atomic_read
#define md_atomic_set atomic_set
/* 019 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)