| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] vr41xx: added CONF_BP for VR41xx |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Tue, 4 Jul 2006 22:59:41 +0900 |
| Cc: | linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf, This patch has added CONF_BP for VR41xx. Yoichi Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/mipsregs.h mips/include/asm-mips/mipsregs.h --- mips-orig/include/asm-mips/mipsregs.h 2006-07-03 00:51:00.895809500 +0900 +++ mips/include/asm-mips/mipsregs.h 2006-07-03 00:50:23.001441250 +0900 @@ -470,6 +470,7 @@ /* Bits specific to the VR41xx. */ #define VR41_CONF_CS (_ULCAST_(1) << 12) +#define VR41_CONF_BP (_ULCAST_(1) << 16) #define VR41_CONF_M16 (_ULCAST_(1) << 20) #define VR41_CONF_AD (_ULCAST_(1) << 23) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] fixed build error about mips-mt.c, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH] vr41xx: VR41_CONF_BP is necessary only for processor ID 0xc80, Yoichi Yuasa |
| Previous by Thread: | [PATCH] fixed build error about mips-mt.c, Yoichi Yuasa |
| Next by Thread: | [PATCH] vr41xx: VR41_CONF_BP is necessary only for processor ID 0xc80, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |