m68k/mac: Fix comment about iop_*_present flags setup timing

This is no longer done from iop_init()

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2013-06-26 13:18:09 +02:00
parent 7b3e8de9b3
commit f16b89bc3c

View file

@ -118,9 +118,9 @@
/*#define DEBUG_IOP*/
/* Set to non-zero if the IOPs are present. Set by iop_init() */
/* Non-zero if the IOPs are present */
int iop_scc_present,iop_ism_present;
int iop_scc_present, iop_ism_present;
/* structure for tracking channel listeners */