* [PATCH] MIPS: malta: Update GCMP detection.
@ 2013-06-20 5:36 Steven J. Hill
2013-06-20 11:07 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Steven J. Hill @ 2013-06-20 5:36 UTC (permalink / raw)
To: linux-mips; +Cc: Leonid Yegoshin, ralf
From: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Add GCMP detection for IASim Marvell chip emulation support.
Change-Id: I4a39fbc52bc55d7b3fe48340bc5c746395552e1f
Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
---
arch/mips/mti-malta/malta-int.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/mips/mti-malta/malta-int.c b/arch/mips/mti-malta/malta-int.c
index 0a1339a..c69da37 100644
--- a/arch/mips/mti-malta/malta-int.c
+++ b/arch/mips/mti-malta/malta-int.c
@@ -422,8 +422,10 @@ static struct gic_intr_map gic_intr_map[GIC_NUM_INTRS] = {
*/
int __init gcmp_probe(unsigned long addr, unsigned long size)
{
- if (mips_revision_sconid != MIPS_REVISION_SCON_ROCIT) {
+ if ((mips_revision_sconid != MIPS_REVISION_SCON_ROCIT) &&
+ (mips_revision_sconid != MIPS_REVISION_SCON_GT64120)) {
gcmp_present = 0;
+ pr_debug("GCMP NOT present\n");
return gcmp_present;
}
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: malta: Update GCMP detection.
2013-06-20 5:36 [PATCH] MIPS: malta: Update GCMP detection Steven J. Hill
@ 2013-06-20 11:07 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2013-06-20 11:07 UTC (permalink / raw)
To: Steven J. Hill; +Cc: linux-mips, Leonid Yegoshin, ralf
On 20-06-2013 9:36, Steven J. Hill wrote:
> From: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
> Add GCMP detection for IASim Marvell chip emulation support.
> Change-Id: I4a39fbc52bc55d7b3fe48340bc5c746395552e1f
Same comment on this line as on linux-ide just now. Remove it please.
> Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
> Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
WBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-20 11:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 5:36 [PATCH] MIPS: malta: Update GCMP detection Steven J. Hill
2013-06-20 11:07 ` Sergei Shtylyov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.