diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-01 06:14:17 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:31 -0400 |
commit | f5cfa980e535e1f77038f8037422594592208695 (patch) | |
tree | 108a922c864f5b95de9ff5f72235aaf43755f536 /include/asm-mips | |
parent | c5c96e13790122095fdf2ea74a8131e5f6b60c03 (diff) |
Use R4000 TLB routines for SB1 also.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/hazards.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 6bd265b34a4c..5250231e936e 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h | |||
@@ -74,7 +74,8 @@ | |||
74 | #define irq_disable_hazard | 74 | #define irq_disable_hazard |
75 | _ehb | 75 | _ehb |
76 | 76 | ||
77 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) | 77 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) || \ |
78 | defined(CONFIG_CPU_SB1) | ||
78 | 79 | ||
79 | /* | 80 | /* |
80 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. | 81 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. |
@@ -180,7 +181,8 @@ __asm__( | |||
180 | __asm__ __volatile__( \ | 181 | __asm__ __volatile__( \ |
181 | "back_to_back_c0_hazard") | 182 | "back_to_back_c0_hazard") |
182 | 183 | ||
183 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) | 184 | #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000) || \ |
185 | defined(CONFIG_CPU_SB1) | ||
184 | 186 | ||
185 | /* | 187 | /* |
186 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. | 188 | * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer. |