From: Peter Zijlstra Date: Fri, 10 Jul 2015 10:55:45 +0000 (+0200) Subject: h8300: Provide atomic_{or,xor,and} X-Git-Tag: omap-for-v4.3/fixes-rc1~104^2~10^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ada3700bbb0a4c7cc06ea8d74e93c689f90cdb;p=pandora-kernel.git h8300: Provide atomic_{or,xor,and} Implement atomic logic ops -- atomic_{or,xor,and} These will replace the atomic_{set,clear}_mask functions that are available on some archs. Also rework the atomic implementation in terms of CPP macros to avoid the typical repetition -- I seem to have missed this arch the last time around when I did that. Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed