Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45172
b: refs/heads/master
c: 0c48d31
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Dec 30, 2006
1 parent da44739 commit 084dcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae2aa9073acf8f810f18297f586e03d4b2b97588
refs/heads/master: 0c48d314b16f485e89e0f13fa37c9bd98b6a064d
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-pxa/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ unsigned long long sched_clock(void)
/*
* 96-bit math to perform tick * NSEC_PER_SEC / CLOCK_TICK_RATE for
* any value of CLOCK_TICK_RATE. Max value is in the 80 thousand
* years range which is nice, but with higher computation cost.
* years range and truncation to unsigned long long limits it to
* sched_clock's max range of ~584 years. This is nice but with
* higher computation cost.
*/
{
union {
Expand Down

0 comments on commit 084dcf1

Please sign in to comment.