]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursor
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 30 Jun 2005 15:30:07 +0000 (16:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Jun 2005 15:30:07 +0000 (16:30 +0100)
commitf801db433d459b7ffdba0715d76833e93136c493
treecb8cc0057d37afbf6684f74eab2b0efbc686648b
parentf3344f8667ab7447d96f72cec3a91e0bc65026b9
[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 <rmk+kernel@arm.linux.org.uk>
drivers/video/console/fbcon.c