always_inline timespec_add_ns
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 12 Jun 2008 08:48:00 +0000 (10:48 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 12 Jun 2008 08:48:00 +0000 (10:48 +0200)
timespec_add_ns is used from the x86-64 vdso, which cannot call out to
other kernel code.  Make sure that timespec_add_ns is always inlined
(and only uses always_inlined functions) to make sure there are no
unexpected calls.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/time.h

Simple merge