Re: [PATCH 2/5] clocksource: add support for entropy-generation function

2011-06-17 Thread Jarod Wilson
Thomas Gleixner wrote: On Mon, 13 Jun 2011, Jarod Wilson wrote: Add a new function pointer to struct clocksource that can optionally be filled in by clocksources deemed to be high enough resolution to feed the random number generator entropy pool. Uurrg. + * @entropy: random entrop

Re: [PATCH 2/5] clocksource: add support for entropy-generation function

2011-06-17 Thread Thomas Gleixner
On Mon, 13 Jun 2011, Jarod Wilson wrote: > Add a new function pointer to struct clocksource that can optionally be > filled in by clocksources deemed to be high enough resolution to feed > the random number generator entropy pool. Uurrg. > + * @entropy: random entropy pool addition funct

[PATCH 2/5] clocksource: add support for entropy-generation function

2011-06-13 Thread Jarod Wilson
Add a new function pointer to struct clocksource that can optionally be filled in by clocksources deemed to be high enough resolution to feed the random number generator entropy pool. CC: Matt Mackall CC: "Venkatesh Pallipadi (Venki)" CC: Thomas Gleixner CC: Ingo Molnar CC: John Stultz CC: He