| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] TXx9: Fix txx9_pcode initialization |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Tue, 26 Aug 2008 21:29:58 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The txx9_pcode variable was introduced in commit
fe1c2bc64f65003b39f331a8e4b0d15b235a4afd ("TXx9: Add 64-bit support")
but was not initialized properly.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
arch/mips/txx9/generic/setup.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
This patch is against current linux-mips.org main tree.
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c
index 0afe94c..fe6bee0 100644
--- a/arch/mips/txx9/generic/setup.c
+++ b/arch/mips/txx9/generic/setup.c
@@ -53,6 +53,7 @@ txx9_reg_res_init(unsigned int pcode, unsigned long base,
unsigned long size)
txx9_ce_res[i].name = txx9_ce_res_name[i];
}
+ txx9_pcode = pcode;
sprintf(txx9_pcode_str, "TX%x", pcode);
if (base) {
txx9_reg_res.start = base & 0xfffffffffULL;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: sparsemem support for mips with highmem, Andy Whitcroft |
|---|---|
| Next by Date: | Re: [PATCH] Fix WARNING: at kernel/smp.c:290, Ralf Baechle |
| Previous by Thread: | [PATCH] e100: Add missing dma sync for proper operation with non-coherent caches., David Daney |
| Next by Thread: | Re: [PATCH] TXx9: Fix txx9_pcode initialization, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |