Re: [PATCH] Configure out TSC support

2008-02-17 Thread Ingo Molnar
> * Thomas Petazzoni <[EMAIL PROTECTED]> wrote: > > > The following patch allows to remove the code needed to support the > > TSC timer on x86 32 bits. The TSC seems to be mandatory on x86 64 > > bits. The patch adds a X86_TSC_TIMER option to enable/disable the > > support. > > > > A X86_TSC

Re: [PATCH] Configure out TSC support

2008-02-17 Thread Ingo Molnar
* Thomas Petazzoni <[EMAIL PROTECTED]> wrote: > The following patch allows to remove the code needed to support the > TSC timer on x86 32 bits. The TSC seems to be mandatory on x86 64 > bits. The patch adds a X86_TSC_TIMER option to enable/disable the > support. > > A X86_TSC option already e

[PATCH] Configure out TSC support

2008-02-13 Thread Thomas Petazzoni
Hi, The following patch allows to remove the code needed to support the TSC timer on x86 32 bits. The TSC seems to be mandatory on x86 64 bits. The patch adds a X86_TSC_TIMER option to enable/disable the support. A X86_TSC option already exists, but it is not an option, it's simply set to true wh