Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141740
b: refs/heads/master
c: bea3e74
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 6c6a945 commit f7bb19d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 7c14e54458b7f419fbaa802657c2535b2fdf217e
refs/heads/master: bea3e747f3ff1abe8d7f730bbf7d195f0e14d6ad
11 changes: 0 additions & 11 deletions trunk/drivers/staging/epl/TimerHighReskX86.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@

#define PROVE_OVERRUN

#ifndef CONFIG_HIGH_RES_TIMERS
#error "Kernel symbol CONFIG_HIGH_RES_TIMERS is required."
#endif

// TracePoint support for realtime-debugging
#ifdef _DBG_TRACE_POINTS_
void TgtDbgSignalTracePoint(u8 bTracePointNumber_p);
Expand Down Expand Up @@ -206,13 +202,6 @@ tEplKernel EplTimerHighReskAddInstance(void)
EPL_MEMSET(&EplTimerHighReskInstance_l, 0,
sizeof(EplTimerHighReskInstance_l));

#ifndef CONFIG_HIGH_RES_TIMERS
printk
("EplTimerHighResk: Kernel symbol CONFIG_HIGH_RES_TIMERS is required.\n");
Ret = kEplNoResource;
return Ret;
#endif

/*
* Initialize hrtimer structures for all usable timers.
*/
Expand Down

0 comments on commit f7bb19d

Please sign in to comment.