From: Martin Schwidefsky Date: Fri, 12 Jun 2009 08:26:40 +0000 (+0200) Subject: [S390] profile_tick called twice X-Git-Tag: v2.6.31-rc1~354^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d0a0d96a7a2b4e1335437f68b3181ab252050a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed