From: Florian Tobias Schandinat Date: Mon, 25 Apr 2011 20:01:46 +0000 (+0000) Subject: viafb: try to map less memory in case of failure X-Git-Tag: v3.0-rc1~364^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5f96f61837b1242dd8c576c6110593475fcf86;p=pandora-kernel.git viafb: try to map less memory in case of failure The current code might result in trying to remap 512MB video ram on a 32 bit system which is quite likely to fail. This patch tries to map less of it down to 8MB as this should still be enough to get a reasonably well working framebuffer. This should make viafb work for many people without requiring them to manually allocate more space. Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed