From 09c3f6f0b4d93062ab1cc2523f5d12c448b3f5ba Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 2 Mar 2005 19:18:46 +0000 Subject: [PATCH] --- yaml --- r: 11034 b: refs/heads/master c: 88d535b6b58632bc51ee9a1f35ddfc357e365c37 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/hazards.h | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 3091c712389a..bb74b24e5eb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe00f943e0ef98b4057abcc2940d631a975b43cd +refs/heads/master: 88d535b6b58632bc51ee9a1f35ddfc357e365c37 diff --git a/trunk/include/asm-mips/hazards.h b/trunk/include/asm-mips/hazards.h index d6e88cf06ba9..181f08de889c 100644 --- a/trunk/include/asm-mips/hazards.h +++ b/trunk/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 /*