]> err.no Git - linux-2.6/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)
commit41359dca9442b0c664336e3fcf3aaf70b6507b1d
treecb8cc0057d37afbf6684f74eab2b0efbc686648b
parentcfb0810eab39d1162f45b73fc96f45ab1cbcbe8b
[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