aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-07-25 02:49:54 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-07-25 02:49:54 -0700
commit20acde372b2b9d5e5a1d6cc066804c18c4484003 (patch)
tree41a2a64027100139feedaa45a348dc82ec799946 /net
parentee886bb8780a33dbb0fd8525a592f836680f153e (diff)
downloadhistory-20acde372b2b9d5e5a1d6cc066804c18c4484003.tar.gz
Cset exclude: davem@nuts.davemloft.net|ChangeSet|20040723204655|22654
Diffstat (limited to 'net')
-rw-r--r--net/sched/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 08b8ebddefd34d..57b2cc4761e38f 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -37,7 +37,7 @@ config NET_SCH_CLK_GETTIMEOFDAY
config NET_SCH_CLK_CPU
bool "CPU cycle counter"
- depends on X86_TSC || X86_64 || SPARC64 || PPC64 || IA64
+ depends on X86_TSC || X86_64 || ALPHA || SPARC64 || PPC64 || IA64
help
Say Y here if you want to use the CPU's cycle counter as clock source.
This is a cheap and high resolution clock source, but on some
@@ -47,6 +47,7 @@ config NET_SCH_CLK_CPU
The useable cycle counters are:
x86/x86_64 - Timestamp Counter
+ alpha - Cycle Counter
sparc64 - %ticks register
ppc64 - Time base
ia64 - Interval Time Counter