DELAY_ARG_LIMIT
if (arg > DELAY_ARG_LIMIT)
panic("delay: arg %u overflow, limit is %d usec\n", arg, DELAY_ARG_LIMIT);