All of lore.kernel.org
 help / color / mirror / Atom feed
* Issues in Linux HPET example
@ 2010-09-01 12:47 Jaswinder Singh Rajput
  2010-09-06  8:36 ` [PATCH] hpet: fix unwanted interrupt due to stale irq status bit Clemens Ladisch
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2010-09-01 12:47 UTC (permalink / raw)
  To: Linux Kernel Mailing List, the arch/x86 maintainers

Hello,

By executing Documentation/timers/hpet_example.c

for polling, I requested for 3 iterations but it seems iteration work
for only 2 as first expired time is always very small.

[root@netbook timers]# ./hpet_example poll /dev/hpet 10 3
-hpet: executing poll
hpet_poll: info.hi_flags 0x0
hpet_poll: expired time = 0x13
hpet_poll: revents = 0x1
hpet_poll: data 0x1
hpet_poll: expired time = 0x1868c
hpet_poll: revents = 0x1
hpet_poll: data 0x1
hpet_poll: expired time = 0x18645
hpet_poll: revents = 0x1
hpet_poll: data 0x1
[root@netbook timers]#

for fasync, I requested for 3 iterations but it shows 4 counts.

[root@netbook timers]# ./hpet_example fasync /dev/hpet 10 3
-hpet: executing fasync
hpet_fasync: info.hi_flags 0x0
hpet_sigio: called
hpet_sigio: called
hpet_fasync: count = 2
hpet_sigio: called
hpet_fasync: count = 3
hpet_sigio: called
hpet_fasync: count = 4
[root@netbook timers]#

How can I fix these issues.

Thanks,
--
Jaswinder Singh.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-06  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 12:47 Issues in Linux HPET example Jaswinder Singh Rajput
2010-09-06  8:36 ` [PATCH] hpet: fix unwanted interrupt due to stale irq status bit Clemens Ladisch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.