[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)
commit0128beeee8749e3cb01c27ef9d1da217f5d7b3b8
treece206dd5f8d32258a5e9ffdb3f1197e210cca7f0
parentd95159cf1b12e8e4b169094b35cbd93b887cb939
[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