Hi! > --- /dev/null > +++ linus-2.6/drivers/xen/core/time.c > @@ -0,0 +1,1045 @@ > +/* > + * time.c > + * > + * Copyright (C) 1991, 1992, 1995 Linus Torvalds Really? > +void init_cpu_khz(void) > +{ > + u64 __cpu_khz = 1000000ULL << 32; > + struct vcpu_time_info *info; > + info = &HYPERVISOR_shared_info->vcpu_info[0].time; No, I do not think linus wrote that. You probably want to add your copyright there, and remove obsolete changelog. -- Thanks for all the (sleeping) penguins.