Update of /cvsroot/linux-vax/kernel-2.5/init
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1598/init
Modified Files:
apitest.c
Log Message:
Add TODO notes
Index: apitest.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/init/apitest.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apitest.c 27 Feb 2005 21:31:22 -0000 1.1
+++ apitest.c 27 Feb 2005 21:33:14 -0000 1.2
@@ -4,6 +4,13 @@
#include <asm/atomic.h>
#include <asm/byteorder.h>
+/*
+ * TODO:
+ * o Fire off kernel threads to test atomicity of atomic operations.
+ * o Test operations exported by <asm/bitops.h>
+ * o Test operations exported by <asm/checksum.h>
+ */
+
#define TEST(expr) do { \
if (!(expr)) { \
test_failed = 1; \
|