]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix sparc64 MAP_FIXED handling of framebuffer mmaps
authorChris Wright <chrisw@sous-sol.org>
Wed, 24 Oct 2007 05:44:38 +0000 (22:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:22:56 +0000 (08:22 -0800)
commitefd233a45eed8688d5d5b02f56610b0abf2474cc
treed66975dac5d67f6885a144338e2966bac05501ed
parent71ec6448bb2aa34353db19fec82d9969a3e4f672
Fix sparc64 MAP_FIXED handling of framebuffer mmaps

patch d58aa8c7b1cc0add7b03e26bdb8988d98d2f4cd1 in mainline.

From: Chris Wright <chrisw@sous-sol.org>
Date: Tue, 23 Oct 2007 20:36:14 -0700
Subject: [PATCH] [SPARC64]: pass correct addr in get_fb_unmapped_area(MAP_FIXED)

Looks like the MAP_FIXED case is using the wrong address hint.  I'd
expect the comment "don't mess with it" means pass the request
straight on through, not change the address requested to -ENOMEM.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc64/kernel/sys_sparc.c