Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11034
b: refs/heads/master
c: 88d535b
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 75c6e65 commit 09c3f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe00f943e0ef98b4057abcc2940d631a975b43cd
refs/heads/master: 88d535b6b58632bc51ee9a1f35ddfc357e365c37
7 changes: 1 addition & 6 deletions trunk/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 09c3f6f

Please sign in to comment.