Merge branch 'linus' into cpus4096

This commit is contained in:
Ingo Molnar
2008-12-16 12:24:26 +01:00
17 changed files with 810 additions and 753 deletions

View File

@@ -35,6 +35,16 @@
mtc0 \reg, CP0_TCSTATUS
_ehb
.endm
#elif defined(CONFIG_CPU_MIPSR2)
.macro local_irq_enable reg=t0
ei
irq_enable_hazard
.endm
.macro local_irq_disable reg=t0
di
irq_disable_hazard
.endm
#else
.macro local_irq_enable reg=t0
mfc0 \reg, CP0_STATUS