commit | a9cdf410ca8f59b52bc7061a6751050010c7cc5b | [log] [tgz] |
---|---|---|
author | Keith Owens <kaos@sgi.com> | Mon Apr 10 22:54:07 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:41 2006 -0700 |
tree | a7b63f15f2221e424b37989af1083701d1549adf | |
parent | 49b6e2ad00435209503863932d03470f825e0a1a [diff] |
[PATCH] Reinstate const in next_thread() Before commit 47e65328a7b1cdfc4e3102e50d60faf94ebba7d3, next_thread() took a const task_t. Reinstate the const qualifier, getting the next thread never changes the current thread. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>