| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 3/3] remove some redefinitions in hazard.h |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Fri, 22 Sep 2006 01:13:12 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| In-reply-to: | <20060922011048.676d8de0.yoichi_yuasa@tripeaks.co.jp> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060922010713.657f2861.yoichi_yuasa@tripeaks.co.jp> <20060922011048.676d8de0.yoichi_yuasa@tripeaks.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch has removed some redefinitions in hazard.h .
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/hazards.h
mips/include/asm-mips/hazards.h
--- mips-orig/include/asm-mips/hazards.h 2006-09-22 00:17:58.189227000
+0900
+++ mips/include/asm-mips/hazards.h 2006-09-22 00:13:46.893522000 +0900
@@ -191,22 +191,4 @@ ASMMACRO(back_to_back_c0_hazard,
#endif
-#ifndef __ASSEMBLY__
-
-/* C access to assembler macros */
-#define mtc0_tlbw_hazard() \
- __asm__ __volatile__("mtc0_tlbw_hazard")
-#define tlbw_use_hazard() \
- __asm__ __volatile__("tlbw_use_hazard")
-#define tlb_probe_hazard() \
- __asm__ __volatile__("tlb_probe_hazard")
-#define irq_enable_hazard() \
- __asm__ __volatile__("irq_enable_hazard")
-#define irq_disable_hazard() \
- __asm__ __volatile__("irq_disable_hazard")
-#define back_to_back_c0_hazard() \
- __asm__ __volatile__("back_to_back_c0_hazard")
-
-#endif /* __ASSEMBLY__ */
-
#endif /* _ASM_HAZARDS_H */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/3] fixed mtc0_tlbw_hazard, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH 2/3] fixed typo in hazard.h, Yoichi Yuasa |
| Previous by Thread: | [PATCH 2/3] fixed typo in hazard.h, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH 3/3] remove some redefinitions in hazard.h, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |