From: Keith Owens Date: Tue, 11 Apr 2006 05:54:07 +0000 (-0700) Subject: [PATCH] Reinstate const in next_thread() X-Git-Tag: v2.6.17-rc2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9cdf410ca8f59b52bc7061a6751050010c7cc5b;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed