diff options
Diffstat (limited to 'arch/mips/include/asm/hazards.h')
| -rw-r--r-- | arch/mips/include/asm/hazards.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/mips/include/asm/hazards.h b/arch/mips/include/asm/hazards.h index b4c20e4f87cd..f0324e92d089 100644 --- a/arch/mips/include/asm/hazards.h +++ b/arch/mips/include/asm/hazards.h | |||
| @@ -161,31 +161,6 @@ ASMMACRO(back_to_back_c0_hazard, | |||
| 161 | ) | 161 | ) |
| 162 | #define instruction_hazard() do { } while (0) | 162 | #define instruction_hazard() do { } while (0) |
| 163 | 163 | ||
| 164 | #elif defined(CONFIG_CPU_RM9000) | ||
| 165 | |||
| 166 | /* | ||
| 167 | * RM9000 hazards. When the JTLB is updated by tlbwi or tlbwr, a subsequent | ||
| 168 | * use of the JTLB for instructions should not occur for 4 cpu cycles and use | ||
| 169 | * for data translations should not occur for 3 cpu cycles. | ||
| 170 | */ | ||
| 171 | |||
| 172 | ASMMACRO(mtc0_tlbw_hazard, | ||
| 173 | _ssnop; _ssnop; _ssnop; _ssnop | ||
| 174 | ) | ||
| 175 | ASMMACRO(tlbw_use_hazard, | ||
| 176 | _ssnop; _ssnop; _ssnop; _ssnop | ||
| 177 | ) | ||
| 178 | ASMMACRO(tlb_probe_hazard, | ||
| 179 | _ssnop; _ssnop; _ssnop; _ssnop | ||
| 180 | ) | ||
| 181 | ASMMACRO(irq_enable_hazard, | ||
| 182 | ) | ||
| 183 | ASMMACRO(irq_disable_hazard, | ||
| 184 | ) | ||
| 185 | ASMMACRO(back_to_back_c0_hazard, | ||
| 186 | ) | ||
| 187 | #define instruction_hazard() do { } while (0) | ||
| 188 | |||
| 189 | #elif defined(CONFIG_CPU_SB1) | 164 | #elif defined(CONFIG_CPU_SB1) |
| 190 | 165 | ||
| 191 | /* | 166 | /* |
