From: Tejun Heo Date: Tue, 14 Sep 2010 13:00:22 +0000 (-0400) Subject: alpha: fix build breakage in asm/cacheflush.h X-Git-Tag: v2.6.36-rc5~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97f897d60c34adb9a5a37a14033e6a867e86f48;p=pandora-kernel.git alpha: fix build breakage in asm/cacheflush.h Alpha SMP flush_icache_user_range() is implemented as an inline function inside include/asm/cacheflush.h. It dereferences @current but doesn't include linux/sched.h and thus causes build failure if linux/sched.h wasn't included previously. Fix it by including the needed header file explicitly. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell Signed-off-by: Matt Turner --- Reading git-diff-tree failed