* [dynticks:nohz/printk 2/5] kernel/timer.c:1354:2: error: implicit declaration of function 'arch_irq_
@ 2012-10-13 0:04 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-10-13 0:04 UTC (permalink / raw)
To: kernel-janitors
Hi Frederic,
FYI, kernel build failed on
tree: git://github.com/fweisbec/linux-dynticks.git nohz/printk
head: f72ce6fbecebcf9faeaa740754ac71474758c1f6
commit: 772082cbc0f9dccc7ae141fcbcca66aff6b8ac69 [2/5] irq_work: Only run irq_work from tick if arch needs it
config: sparc64-defconfig # make ARCH=sparc64 defconfig
All error/warnings:
kernel/timer.c: In function 'update_process_times':
kernel/timer.c:1354:2: error: implicit declaration of function 'arch_irq_work_use_tick' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
vim +1354 kernel/timer.c
^1da177e Linus Torvalds 2005-04-16 1348 /* Note: this timer irq context must be accounted for as well. */
fa13a5a1 Paul Mackerras 2007-11-09 1349 account_process_tick(p, user_tick);
^1da177e Linus Torvalds 2005-04-16 1350 run_local_timers();
a157229c Paul E. McKenney 2009-08-22 1351 rcu_check_callbacks(cpu, user_tick);
b845b517 Peter Zijlstra 2008-08-08 1352 printk_tick();
e360adbe Peter Zijlstra 2010-10-14 1353 #ifdef CONFIG_IRQ_WORK
772082cb Frederic Weisbecker 2012-10-12 @1354 if (arch_irq_work_use_tick() && in_irq())
e360adbe Peter Zijlstra 2010-10-14 1355 irq_work_run();
e360adbe Peter Zijlstra 2010-10-14 1356 #endif
^1da177e Linus Torvalds 2005-04-16 1357 scheduler_tick();
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-13 0:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 0:04 [dynticks:nohz/printk 2/5] kernel/timer.c:1354:2: error: implicit declaration of function 'arch_irq_ Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox