From: Russell King Date: Thu, 30 Jun 2005 15:30:07 +0000 (+0100) Subject: [PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursor X-Git-Tag: v2.6.13-rc2~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41359dca9442b0c664336e3fcf3aaf70b6507b1d;p=pandora-kernel.git [PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursor The generic fbcon code tries to register and use the vsync IRQ for ARM platforms with acornfb, but forgets to disable its own cursor timer. The result is a flickering flashing cursor. Remove the code from the fbcon core to register this platform private interrupt. Signed-off-by: Russell King --- Reading git-diff-tree failed