git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c929402
)
[MIPS] Fix and cleanup the MIPS part of the (ab)use of CLOCK_TICK_RATE.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 1 Nov 2007 15:45:37 +0000
(15:45 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 2 Nov 2007 16:13:48 +0000
(16:13 +0000)
This is the clock rate of the i8253 PIT. A MIPS system may not have
a PIT by the symbol is used all over the kernel including some APIs.
So keeping it defined to the number for the PIT is the only sane thing
for now.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found