commit | 0128beeee8749e3cb01c27ef9d1da217f5d7b3b8 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri Dec 08 02:40:29 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Dec 08 08:29:06 2006 -0800 |
tree | ce206dd5f8d32258a5e9ffdb3f1197e210cca7f0 | |
parent | d95159cf1b12e8e4b169094b35cbd93b887cb939 [diff] |
[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>