|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [RFC PATCH 25/35] Add Xen time abstractions
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|