Skip to content

Commit

Permalink
One definition of back_to_back_c0_hazard too much.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent fe00f94 commit 88d535b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ __asm__(
" .endm \n\t");

#ifdef CONFIG_CPU_RM9000

/*
* 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
Expand Down Expand Up @@ -144,12 +145,6 @@ __asm__(
"nop; nop; nop; nop; nop; nop;\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

/*
Expand Down

0 comments on commit 88d535b

Please sign in to comment.