x86: build fix in "xen spinlock updates and performance measurements"
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 21 Aug 2008 20:17:56 +0000 (13:17 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Aug 2008 06:08:46 +0000 (08:08 +0200)
Ingo Molnar wrote:
> -tip testing found this build failure:
>
>  arch/x86/xen/spinlock.c: In function ‘spin_time_start’:
>  arch/x86/xen/spinlock.c:60: error: implicit declaration of function ‘xen_clocksource_read’
>
> i've excluded these new commits for now from tip/master - could you
> please send a delta fix against tip/x86/xen?

Make xen_clocksource_read non-static.

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

No differences found