From: Gerd H. <kr...@re...> - 2008-01-11 13:23:09
|
Hi, > diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c > index d083ff5..7728b87 100644 > --- a/arch/x86/xen/time.c > +++ b/arch/x86/xen/time.c > -static cycle_t xen_clocksource_read(void); > +cycle_t xen_clocksource_read(void); Huh? You kill the static, but don't use the functions anywhere? Looks like half-done code sharing with xen paravirt clock ... cheers, Gerd |