Skip to content

Commit

Permalink
[MIPS] IP22: Fix detection of second HPC3 on Challenge S
Browse files Browse the repository at this point in the history
The second HPC3 could be found only on Guiness systems (Challenge-S),
but not on fullhouse (Indigo2) systems.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Sep 8, 2008
1 parent 7686ad5 commit 4a911b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/sgi-ip22/ip22-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int __init sgiseeq_devinit(void)
return res;

/* Second HPC is missing? */
if (!ip22_is_fullhouse() ||
if (ip22_is_fullhouse() ||
get_dbe(tmp, (unsigned int *)&hpc3c1->pbdma[1]))
return 0;

Expand Down

0 comments on commit 4a911b1

Please sign in to comment.