Re: [PATCH 1/2] wrap access to thread_info

2007-04-30 Thread Mike Frysinger
On 4/30/07, Roman Zippel <[EMAIL PROTECTED]> wrote: This only leaves blackfin in -mm which I'll fix separately thanks (depending on how quickly Andrew is with merging it). seems to be slated for the 2.6.22 merge window :) -mike - To unsubscribe from this list: send the line "unsubscribe lin

[PATCH 1/2] wrap access to thread_info

2007-04-30 Thread Roman Zippel
Recently a few direct accesses to the thread_info in the task structure snuck back, so this wraps them with the appropriate wrapper. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- This only leaves blackfin in -mm which I'll fix separately (depending on how quickly Andrew is with merging it