On Wed, Oct 14, 2015 at 05:54:23PM -0700, Guenter Roeck wrote: > Building hexagon:defconfig ... failed > -------------- > Error log: > > In file included from kernel/sched/core.c:85:0: > kernel/sched/sched.h: In function 'finish_lock_switch': > kernel/sched/sched.h:1000:2: error: implicit declaration of function 'smp_store_release' [-Werror=implicit-function-declaration] > > Caused by 'sched/core: Fix TASK_DEAD race in finish_task_switch()'. > > Richard, any idea how to fix this ? > > Guenter Hexagon doesn't have that defined, so it should come from generic. The Kbuild line for that was added: f549ed1a (Stephen Rothwell 2014-01-14 16:36:10 +1100 5) generic-y += barrier.h That's as far as I know. This is against v3.14? I can take a look at it... Thanks, Richard Kuo -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html