commit | 56f0d64de80733bda54d1cfa7ac0c736ab2de33b | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@pol.net> | Mon Dec 12 22:17:15 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Dec 12 22:31:17 2005 -0800 |
tree | c708c7d2375295d0e5e7884771c2dd8275b5e89c | |
parent | 2f6331faf58a4727a9f1138cd6db30d05b124220 [diff] |
[PATCH] fbcon: fix complement_mask() with 512 character map There is a bug in the complement_mask when you have a 512-character map. Linux boots to a default 256-character map and most probably your login profile is loading a 512-character map which results in a bad gpm cursor. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>