RE: [PATCH] x86_64: remove check for CONSTANT_TSC from time.c

2007-06-04 Thread Nagendra, Bhavana
; Nagendra, Bhavana Subject: Re: [PATCH] x86_64: remove check for CONSTANT_TSC from time.c On Mon, Jun 04, 2007 at 08:02:40PM +0200, Andi Kleen wrote: > On Monday 04 June 2007 19:49, Joerg Roedel wrote: > > From: Joerg Roedel <[EMAIL PROTECTED]> > > > > This patch removes the

Re: [PATCH] x86_64: remove check for CONSTANT_TSC from time.c

2007-06-04 Thread Joerg Roedel
On Mon, Jun 04, 2007 at 08:02:40PM +0200, Andi Kleen wrote: > On Monday 04 June 2007 19:49, Joerg Roedel wrote: > > From: Joerg Roedel <[EMAIL PROTECTED]> > > > > This patch removes the check for the CONSTANT_TSC cpu flag from time.c > > on the x86_64 architecture. At the time this flag is checked

[PATCH] x86_64: remove check for CONSTANT_TSC from time.c

2007-06-04 Thread Joerg Roedel
From: Joerg Roedel <[EMAIL PROTECTED]> This patch removes the check for the CONSTANT_TSC cpu flag from time.c on the x86_64 architecture. At the time this flag is checked at boot the cpu init code was yet not executed and thus the check fails. At this point the check for VENDOR_AMD and cpu family

Re: [PATCH] x86_64: remove check for CONSTANT_TSC from time.c

2007-06-04 Thread Andi Kleen
On Monday 04 June 2007 19:49, Joerg Roedel wrote: > From: Joerg Roedel <[EMAIL PROTECTED]> > > This patch removes the check for the CONSTANT_TSC cpu flag from time.c > on the x86_64 architecture. At the time this flag is checked at boot the > cpu init code was yet not executed and thus the check fa