commit | 41359dca9442b0c664336e3fcf3aaf70b6507b1d | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jun 30 16:30:07 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jun 30 16:30:07 2005 +0100 |
tree | cb8cc0057d37afbf6684f74eab2b0efbc686648b | |
parent | cfb0810eab39d1162f45b73fc96f45ab1cbcbe8b [diff] |
[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>