Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add memory barrier to arch_local_irq_restore | Mark Salter | 2013-04-09 | 1 | -1/+1 |
| | | | | | | | | | | arch_local_irq_save() and friends are required to act as compiler memory barriers. This patch adds a "memory" clobber to the inline asm code in arch_local_irq_restore() which is used as the building block for other functions needing to set/clear the interrupt enable in the CSR register. Signed-off-by: Mark Salter <msalter@redhat.com> | ||||
* | C6X: interrupt handling | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+72 |
Original port to early 2.6 kernel using TI COFF toolchain. Brought up to date by Mark Salter <msalter@redhat.com> Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com> Signed-off-by: Mark Salter <msalter@redhat.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> |