projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe00f94
)
One definition of back_to_back_c0_hazard too much.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 2 Mar 2005 19:18:46 +0000
(19:18 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:50 +0000
(19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/hazards.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/hazards.h
b/include/asm-mips/hazards.h
index d6e88cf06ba913900b096b0d90b62f269fa4251c..181f08de889ca9176b1ef2a6f13295e5d281902d 100644
(file)
--- a/
include/asm-mips/hazards.h
+++ b/
include/asm-mips/hazards.h
@@
-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
@@
-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
/*