[SPARC64]: pass correct addr in get_fb_unmapped_area(MAP_FIXED)
authorChris Wright <chrisw@sous-sol.org>
Wed, 24 Oct 2007 03:36:14 +0000 (20:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Oct 2007 05:42:07 +0000 (22:42 -0700)
commitd58aa8c7b1cc0add7b03e26bdb8988d98d2f4cd1
treecaafa70c94113c7b3b84c69b6e28e15de473a66e
parentc9927c2bf4f45bb85e8b502ab3fb79ad6483c244
[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>
arch/sparc64/kernel/sys_sparc.c