commit | 1a9c3f78a32ddc4ec50f5da2cf2db5db6f442986 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Nov 28 13:43:52 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 28 14:42:23 2005 -0800 |
tree | 4f0a03b971bf6ca17ed0ec6db4f42e24fca294dd | |
parent | 8080f231224ccd3169f39e73fd750ba98d5b98a7 [diff] |
[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>