Skip to content
Commit ffae3d0e authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: comment assumption about __insn_mtspr for <asm/irqflags.h>



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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 39e8202b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment