From: Mathieu Desnoyers Date: Wed, 13 May 2009 18:09:34 +0000 (-0400) Subject: Use sync_core() in the write side to match current formal verif model X-Git-Tag: v0.1~225 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=67c2d80b2b808fe7a6d6d0660ca81c919a81010b;hp=67c2d80b2b808fe7a6d6d0660ca81c919a81010b;p=urcu.git Use sync_core() in the write side to match current formal verif model The formal model we currently have assumes serialized instruction execution on the write-side. Until we extend this model to allow out-of-order instruction execution, add equivalent synchronization in the library code. Signed-off-by: Mathieu Desnoyers ---