[PATCH 30/45] C++: Include linux/hrtimer.h from linux/timer.h

2018-04-01 Thread David Howells
linux/timer.h needs stuff from linux/hrtimer.h so include the latter from the former. Signed-off-by: David Howells --- include/linux/timer.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/timer.h b/include/linux/timer.h index 2448f9cc48a3..f99724c1288e 100644 --- a

[tip:WIP.timers 28/37] htmldocs: include/linux/hrtimer.h:118: warning: No description found for parameter 'is_soft'

2017-10-22 Thread kbuild test robot
by >>): WARNING: convert(1) not found, for SVG to PDF conversion install ImageMagick (https://www.imagemagick.org) kernel/trace/blktrace.c:824: warning: No description found for parameter 'cgid' >> include/linux/hrtimer.h:118: warning: No description found for

include/linux/hrtimer.h:194:1: error: requested alignment is not an integer constant

2016-06-11 Thread kbuild test robot
:54: note: in expansion of macro 'L1_CACHE_BYTES' #define cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES))) ^ include/linux/hrtimer.h:194:3: note: in expansion of macro 'cacheline_aligned' } cacheli

[PATCH 10/14] hrtimer: remove clock_was_set_delayed() from hrtimer.h

2014-03-26 Thread Viresh Kumar
clock_was_set_delayed() is called from only hrtimer.c and so should be marked static. Along with that its declaration and dummy definition must be removed from hrtimer.h. Signed-off-by: Viresh Kumar --- include/linux/hrtimer.h | 5 - kernel/hrtimer.c| 3 ++- 2 files changed, 2

[PATCH 2/6] explicitly use hrtimer.h include

2008-01-18 Thread Glauber de Oliveira Costa
This patch adds the hrtimer.h header explicitly to lg.h file, and avoid depending on it being included somewhere else. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- drivers/lguest/lg.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/lgues

Include hrtimer.h in tick.h.

2007-06-12 Thread Tony Breeds
From: Tony Breeds <[EMAIL PROTECTED]> struct tick_shed in tick.h uses struct hrtimer, explictly include the hrtimer header file to make sure this is defined. Signed-off-by: Tony Breeds <[EMAIL PROTECTED]> --- include/linux/tick.h |1 + 1 file changed, 1 insertion(+) Index: working/include

Re: hrtimer.h

2006-12-13 Thread Steven Rostedt
On Thu, 2006-11-30 at 01:42 +0100, Ariel Chÿe1vez Lorenzo wrote: > Hi, > > Since the kernel 2.6.18 has incorporated the high > resolution timer itself, I'm trying to test it, but on > my GNU/Debian I can't figure out how to include > hrtimer.h, that is on

Re: hrtimer.h

2006-11-30 Thread Arjan van de Ven
On Thu, 2006-11-30 at 01:42 +0100, Ariel Chÿe1vez Lorenzo wrote: > Hi, > > Since the kernel 2.6.18 has incorporated the high > resolution timer itself, I'm trying to test it, but on > my GNU/Debian I can't figure out how to include > hrtimer.h, that is on

hrtimer.h

2006-11-29 Thread Ariel Chÿffffe1vez Lorenzo
Hi, Since the kernel 2.6.18 has incorporated the high resolution timer itself, I'm trying to test it, but on my GNU/Debian I can't figure out how to include hrtimer.h, that is on /usr/src/linux/include/, the headers. I use the following command to try to compile it. gcc -D__KERNEL__ -