]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SPARC64] pass correct addr in get_fb_unmapped_area(MAP_FIXED)
authorChris Wright <chrisw@sous-sol.org>
Wed, 24 Oct 2007 19:54:41 +0000 (21:54 +0200)
committerAdrian Bunk <bunk@kernel.org>
Thu, 1 Nov 2007 02:57:51 +0000 (03:57 +0100)
commit9c456953203c95a8a9f959aa8d650a9be32d3e48
tree29361e66b3027c3627e57e481c93344a46a9ad3a
parent090d13fcbb9318a68236c7e98d524f812d2957b2
[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: Adrian Bunk <bunk@kernel.org>
arch/sparc64/kernel/sys_sparc.c