commit | 34cb711ba922f53cca45443b8c3c1078873cf599 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Oct 13 14:41:44 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 13 14:41:44 2005 -0700 |
tree | 2b120d59460047caff9546d68f445626947d47fc | |
parent | c8923c6b852d3a97c1faad0566e38fca330375a7 [diff] |
[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts 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>