> - busy_loop(HZ/25); /* wait 40 msec */
> + Wait(HZ/25); /* wait 40 msec */
Why not Wait(40); instead Wait(HZ/25) ? Currently HZ is 1000. However, the
value can change - as it changed from 100 to 1000.
Geller Sandor <wildy@petra.hos.u-szeged.hu>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/