linux/drivers/s390/crypto
Felix Beck 8d406c6de2 [S390] zcrypt: fix scheduling of hrtimer ap_poll_timer
Every time a request is enqueued or there is some work outstanding
from the ap_tasklet, the ap_poll_timer is scheduled again.
Unfortunately it was permanently called. It looked as if it was
started in the past and thus imediately expired.
This has been changed. First it is checked if the hrtimer is already
expired. Then the expiring time is forwarded and the timer restarted.

Signed-off-by: Felix Beck <felix.beck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-07-24 12:41:02 +02:00
..
ap_bus.c
ap_bus.h
Makefile
zcrypt_api.c
zcrypt_api.h
zcrypt_cca_key.h
zcrypt_cex2a.c
zcrypt_cex2a.h
zcrypt_error.h
zcrypt_mono.c
zcrypt_pcica.c
zcrypt_pcica.h
zcrypt_pcicc.c
zcrypt_pcicc.h
zcrypt_pcixcc.c
zcrypt_pcixcc.h