提交 88d535b6 编写于 作者: R Ralf Baechle

One definition of back_to_back_c0_hazard too much.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 fe00f943
...@@ -107,6 +107,7 @@ __asm__( ...@@ -107,6 +107,7 @@ __asm__(
" .endm \n\t"); " .endm \n\t");
#ifdef CONFIG_CPU_RM9000 #ifdef CONFIG_CPU_RM9000
/* /*
* RM9000 hazards. When the JTLB is updated by tlbwi or tlbwr, a subsequent * RM9000 hazards. When the JTLB is updated by tlbwi or tlbwr, a subsequent
* use of the JTLB for instructions should not occur for 4 cpu cycles and use * use of the JTLB for instructions should not occur for 4 cpu cycles and use
...@@ -144,12 +145,6 @@ __asm__( ...@@ -144,12 +145,6 @@ __asm__(
"nop; nop; nop; nop; nop; nop;\n\t" \ "nop; nop; nop; nop; nop; nop;\n\t" \
".set reorder\n\t") ".set reorder\n\t")
#define back_to_back_c0_hazard() \
__asm__ __volatile__( \
" .set noreorder \n" \
" nop; nop; nop \n" \
" .set reorder \n")
#endif #endif
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册