Re: [linux-usb-devel] Re: usb sleep patch

From: Oliver Neukum
Date: Tue May 18 2004 - 14:51:08 EST



> + * msleep - sleep safely even with waitqueue interruptions
> + * msecs: Time in milliseconds to sleep for
> + */
> +static inline void msleep(unsigned int msecs)

Why do you make it inline? After a milisecond the cache is cold,
so we should shrink the code.

Regards
Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/