[PATCH] epic100: spin_unlock_irqrestore avoidance
This patch avoids to duplicate a spin_unlock: - it is mostly an artifact due to wild goto; - it makes the generated code smaller.
Showing
Please register or sign in to comment
This patch avoids to duplicate a spin_unlock: - it is mostly an artifact due to wild goto; - it makes the generated code smaller.