Re: [RFC PATCH 25/35] Add Xen time abstractions

From: Pavel Machek
Date: Fri May 12 2006 - 17:48:05 EST


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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/