]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Console rotation fixes
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Nov 2005 21:43:52 +0000 (13:43 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 22:42:23 +0000 (14:42 -0800)
commite32a2fac8123e3fa1d8201695bcfb2eaabc8b46c
tree4f0a03b971bf6ca17ed0ec6db4f42e24fca294dd
parentc92ad0c2d53b2caf74f42f8a15ed309f3f056802
[PATCH] Console rotation fixes

Remove bogus usage of test/set_bit() from fbcon rotation code and just
manipulate the bits directly.  This fixes an oops on powerpc among others
and should be faster.  Seems to work fine on the G5 here.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon_ccw.c
drivers/video/console/fbcon_rotate.h