From: Martin Schwidefsky Date: Tue, 31 Jul 2012 09:03:04 +0000 (+0200) Subject: s390: add support for transactional memory X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~81^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35339a42dd1f53b0bb86cf75418a9b7cf5f0f30;p=pandora-kernel.git s390: add support for transactional memory Allow user-space processes to use transactional execution (TX). If the TX facility is available user space programs can use transactions for fine-grained serialization based on the data objects that are referenced during a transaction. This is useful for lockless data structures and speculative compiler optimizations. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed