X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README;h=ecdda633e20fe3f6fa772a90644b99b2f302ea3b;hb=632dd6bae1cb2b590185c2bdad12e9531409aa53;hp=b96912e829fc7042d0e2101062ecc454f9c3bd1f;hpb=f075cb10501787e3858f7acaa5fe08a5befee4f5;p=urcu.git diff --git a/README b/README index b96912e..ecdda63 100644 --- a/README +++ b/README @@ -21,9 +21,9 @@ BUILDING ARCHITECTURES SUPPORTED ----------------------- -Currently, x86 (i386, i486, i586, i686), x86 64-bit, PowerPC 32/64, S390 and -S390x are supported. Only tested on Linux so far, but should theoretically work -on other operating systems. +Currently, x86 (i386, i486, i586, i686), x86 64-bit, PowerPC 32/64, S390, S390x +and Sparc64 are supported. Only tested on Linux so far, but should +theoretically work on other operating systems. QUICK START GUIDE ----------------- @@ -100,9 +100,9 @@ Usage of liburcu-defer * #include * Link with "-lurcu-defer" - * Provides call_rcu() primitive to enqueue delayed callbacks. Queued + * Provides defer_rcu() primitive to enqueue delayed callbacks. Queued callbacks are executed in batch periodically after a grace period. - Do _not_ use call_rcu() within a read-side critical section, because + Do _not_ use defer_rcu() within a read-side critical section, because it may call synchronize_rcu() if the thread queue is full. Being careful with signals