From: Andrew Morton Date: Sun, 30 Oct 2005 23:02:03 +0000 (-0800) Subject: [PATCH] remove timer debug field X-Git-Tag: v2.6.15-rc1~59^2~15^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc4f94d2ff95fc92127d3e512c1df7cab274fb8;p=pandora-kernel.git [PATCH] remove timer debug field Remove timer_list.magic and associated debugging code. I originally added this when a spinlock was added to timer_list - this meant that an all-zeroes timer became illegal and init_timer() was required. That spinlock isn't even there any more, although timer.base must now be initialised. I'll keep this debugging code in -mm. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed