From: Glauber de O. C. <gc...@re...> - 2008-01-11 13:34:11
|
Gerd Hoffmann wrote: > 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 > It's called experimentation. I was sure I deleted this part of the patch altogheter, but I must have missed it. Thanks for the point out. |