Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177328
b: refs/heads/master
c: 8a83311
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Dec 15, 2009
1 parent d69f5c7 commit 364fc80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: a797a0e242b94548af8b41e6454349b515b66eca
refs/heads/master: 8a833110f10f091a4aa09c9b81845726c2766473
8 changes: 0 additions & 8 deletions trunk/arch/blackfin/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,3 @@ void __init time_init(void)

time_sched_init(timer_interrupt);
}

/*
* Scheduler clock - returns current time in nanosec units.
*/
unsigned long long sched_clock(void)
{
return (unsigned long long)jiffies *(NSEC_PER_SEC / HZ);
}

0 comments on commit 364fc80

Please sign in to comment.