commit | f3d0a0d96a7a2b4e1335437f68b3181ab252050a | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Jun 12 10:26:40 2009 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Jun 12 10:27:36 2009 +0200 |
tree | 595ef6fa83c6399e21e5cd3fcb846716c991f56f | |
parent | 6cc7f168954fe8b3d8988a90b2478a9c11c5ebcb [diff] |
[S390] profile_tick called twice profile_tick is called twice for every clock comparator interrupt. The generic clock event code does it in tick_sched_timer and the s390 backend code in clock_comparator_work. That is one too many, remove the one in the arch backend code. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>