| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 2/3] fixed typo in hazard.h |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Fri, 22 Sep 2006 01:10:48 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| In-reply-to: | <20060922010713.657f2861.yoichi_yuasa@tripeaks.co.jp> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060922010713.657f2861.yoichi_yuasa@tripeaks.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch has fixed typo 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:00:36.145536750 +0900 +++ mips/include/asm-mips/hazards.h 2006-09-22 00:01:17.699349000 +0900 @@ -11,7 +11,7 @@ #define _ASM_HAZARDS_H -#ifdef __ASSEMBLER__ +#ifdef __ASSEMBLY__ #define ASMMACRO(name, code...) .macro name; code; .endm #else |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/3] remove some redefinitions in hazard.h, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH 1/3] fixed mtc0_tlbw_hazard, Sergei Shtylyov |
| Previous by Thread: | [PATCH 1/3] fixed mtc0_tlbw_hazard, Yoichi Yuasa |
| Next by Thread: | [PATCH 3/3] remove some redefinitions in hazard.h, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |