Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140359
b: refs/heads/master
c: 90be8c1
h: refs/heads/master
i:
  140357: 0ec725f
  140355: 7b5f632
  140351: 87a1ce8
v: v3
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent 35cdf2c commit 1a54e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: f82e939fb75ad01da8f0d3024fc678111ddb4ac7
refs/heads/master: 90be8c16950e28aee7cad422272805dcefa06167
9 changes: 0 additions & 9 deletions trunk/arch/xtensa/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ unsigned long nsec_per_ccount; /* nsec per ccount increment */

static long last_rtc_update = 0;

/*
* Scheduler clock - returns current tim in nanosec units.
*/

unsigned long long sched_clock(void)
{
return (unsigned long long)jiffies * (1000000000 / HZ);
}

static irqreturn_t timer_interrupt(int irq, void *dev_id);
static struct irqaction timer_irqaction = {
.handler = timer_interrupt,
Expand Down

0 comments on commit 1a54e32

Please sign in to comment.