diff options
Diffstat (limited to 'arch/mips/mti-malta/malta-int.c')
-rw-r--r-- | 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 0a1339ac3ec8..c69da3734699 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] = { | |||
422 | */ | 422 | */ |
423 | int __init gcmp_probe(unsigned long addr, unsigned long size) | 423 | int __init gcmp_probe(unsigned long addr, unsigned long size) |
424 | { | 424 | { |
425 | if (mips_revision_sconid != MIPS_REVISION_SCON_ROCIT) { | 425 | if ((mips_revision_sconid != MIPS_REVISION_SCON_ROCIT) && |
426 | (mips_revision_sconid != MIPS_REVISION_SCON_GT64120)) { | ||
426 | gcmp_present = 0; | 427 | gcmp_present = 0; |
428 | pr_debug("GCMP NOT present\n"); | ||
427 | return gcmp_present; | 429 | return gcmp_present; |
428 | } | 430 | } |
429 | 431 | ||