Re: [PATCH] [4/7] Convert TSC disabling to generic cpuid disable bitmap

2008-01-19 Thread Ian Campbell
On Sat, 2008-01-19 at 19:57 +0100, Andi Kleen wrote: > On Saturday 19 January 2008 19:15:48 Ian Campbell wrote: > > diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c > > index 6f5c74a..b3721fd 100644 > > --- a/arch/x86/xen/time.c > > +++ b/arch/x86/xen/time.c > > @@ -592,7 +592,7 @@ __init vo

Re: [PATCH] [4/7] Convert TSC disabling to generic cpuid disable bitmap

2008-01-19 Thread Andi Kleen
On Saturday 19 January 2008 19:15:48 Ian Campbell wrote: > On Fri, 2008-01-18 at 18:27 +0100, Andi Kleen wrote: > > Index: linux/arch/x86/xen/time.c > > === > > --- linux.orig/arch/x86/xen/time.c > > +++ linux/arch/x86/xen/time.c > > @

Re: [PATCH] [4/7] Convert TSC disabling to generic cpuid disable bitmap

2008-01-19 Thread Ian Campbell
Should have added Jeremy to CC, sorry for the duplicate message. On Fri, 2008-01-18 at 18:27 +0100, Andi Kleen wrote: > Index: linux/arch/x86/xen/time.c > === > --- linux.orig/arch/x86/xen/time.c > +++ linux/arch/x86/xen/time.c > @@ -

Re: [PATCH] [4/7] Convert TSC disabling to generic cpuid disable bitmap

2008-01-19 Thread Ian Campbell
On Fri, 2008-01-18 at 18:27 +0100, Andi Kleen wrote: > Index: linux/arch/x86/xen/time.c > === > --- linux.orig/arch/x86/xen/time.c > +++ linux/arch/x86/xen/time.c > @@ -592,7 +592,7 @@ __init void xen_time_init(void) > set_norm

[PATCH] [4/7] Convert TSC disabling to generic cpuid disable bitmap

2008-01-18 Thread Andi Kleen
This cleans up quite a lot of code. I think I test compiled all the affected variants (voyager, numaq), but didn't test them, but the change is pretty straight forward for them. This means NUMAQ didn't compile, but I don't think it was related to my patches. Signed-off-by: Andi Kleen <[EMAIL