ia64 perfmon: fix get_unmapped_area() use there
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 May 2012 15:55:49 +0000 (11:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 31 May 2012 01:04:57 +0000 (21:04 -0400)
get_unmapped_area() returns -E... on failure, not 0.  Moreover, the
wrapper around it is completely pointless.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found