]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.c
authorHelge Deller <deller@gmx.de>
Fri, 8 Dec 2006 10:40:29 +0000 (02:40 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:06 +0000 (08:29 -0800)
commitcbb09a2fddb249f6743bd6019ca331fe12186758
treece206dd5f8d32258a5e9ffdb3f1197e210cca7f0
parent7c1ee27ed253a81a9cd470afde98efe74aa25d51
[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.c

- annotate some variables from vgacon.c and fbmem.c as __read_mostly
- move the mask[] array in fb_set_logo_truepalette() into the .rodata section

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/vgacon.c
drivers/video/fbmem.c