diff options
author | Tejun Heo <tj@kernel.org> | 2010-09-14 13:00:22 (GMT) |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2010-09-19 03:06:18 (GMT) |
commit | b97f897d60c34adb9a5a37a14033e6a867e86f48 (patch) | |
tree | 612ff3d8417a898ffbe03133df12d716a64bf713 /arch/alpha/kernel/osf_sys.c | |
parent | af96f8a340525f24abecc25848a07fff7636a53e (diff) | |
download | linux-b97f897d60c34adb9a5a37a14033e6a867e86f48.tar.xz |
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 <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/osf_sys.c')
0 files changed, 0 insertions, 0 deletions