projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef1ee0
)
switched priorities of scan_task and rt_task to prevent strange 5 millisec timing...
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 4 Jun 2001 01:45:49 +0000
(
01:45
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 4 Jun 2001 01:45:49 +0000
(
01:45
+0000)
that would occassionaly occur
comedi/drivers/comedi_rt_timer.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/comedi_rt_timer.c
b/comedi/drivers/comedi_rt_timer.c
index 999e07545d9885632b4da950041977bceb7038b1..aeeaafc9145f20b3be8d9c9ab28a1739fe96719d 100644
(file)
--- a/
comedi/drivers/comedi_rt_timer.c
+++ b/
comedi/drivers/comedi_rt_timer.c
@@
-512,8
+512,8
@@
static int timer_attach(comedi_device *dev,comedi_devconfig *it)
int ret;
comedi_subdevice *s, *emul_s;
comedi_device *emul_dev;
- const int
scan
_priority = 0;
- const int
timer_priority = scan
_priority + 1;
+ const int
timer
_priority = 0;
+ const int
scan_priority = timer
_priority + 1;
printk("comedi%d: timer: ",dev->minor);