From: Chris Metcalf Date: Tue, 9 Apr 2013 16:33:07 +0000 (-0400) Subject: tile: comment assumption about __insn_mtspr for X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~79^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffae3d0e3606b2e274c9ec1b969342d630b2ecae;p=pandora-kernel.git tile: comment assumption about __insn_mtspr for The arch_local_irq_save(), etc., routines are required to function as compiler barriers. They do, but it's subtle and requires knowing that the gcc builtin __insn_mtspr() is marked as a memory clobber. Provide a comment explaining the assumption. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed