[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts
authorAndi Kleen <ak@suse.de>
Thu, 13 Oct 2005 21:41:44 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Oct 2005 21:41:44 +0000 (14:41 -0700)
Opterons with frequency scaling have fully unsynchronized TSCs
running at different frequencies, so using TSCs there is not a good idea.
Also some other x86 boxes have this problem. gettimeofday should be good
enough, so just disable it.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found