From: Ilya Yanok Date: Tue, 16 Oct 2007 08:29:17 +0000 (-0700) Subject: vfb: make virtual framebuffer mmapable X-Git-Tag: v2.6.24-rc1~895 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e5e9d734503695915734e50e9427624cf8f3b2;p=pandora-kernel.git vfb: make virtual framebuffer mmapable Changed things: 1. vmalloc()/vfree() replaced with rvmalloc()/rvfree() (taken from drivers/media/video/se401.c) 2. mmap method implemented (mostly taken from drivers/media/video/se401.c) 3. smem_start and smem_len fields of struct fb_fix_screeninfo initialized. (smem_start initialized with virtual address, don't know if it is really bad...) [adaplas: sparse warning fix] Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed