Update license files and readme
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 29 Jun 2009 14:57:19 +0000 (10:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 29 Jun 2009 14:57:19 +0000 (10:57 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
LICENSE
README

diff --git a/LICENSE b/LICENSE
index 4f3c5bbfdb0cb54ee13ed6bbd78b69b11e432fc6..7de71d54c55bb08197cbeb3471bd89d01b681a45 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -38,6 +38,8 @@ This license applies to :
 
 arch_atomic_x86.h
 arch_atomic_ppc.h
+arch_atomic_s390.h
+arch_s390.h
 compiler.h
 
 
diff --git a/README b/README
index d71bbe7597e1fb893cd13742cbb16f6e7ef61e1c..71cf729598bd8e5e9223246a3b5562bbaa017dd5 100644 (file)
--- a/README
+++ b/README
@@ -26,8 +26,8 @@ Reading
 Writing
 
        rcu_assign_pointer() and rcu_xchg_pointer() may be called anywhere.
-       After, synchronize_rcu() must be called. When it returns, the old values
-       are not in usage anymore.
+       After, synchronize_rcu() must be called. When it returns, the old
+       values are not in usage anymore.
 
 
 Usage of DEBUG_FULL_MB
This page took 0.025483 seconds and 4 git commands to generate.