mmap15: Fix for ia64

The task size on ia64 is 0xa000000000000000UL and the task memory is
divided into segments which does not cover whole task memory but instead
there are holes that couldn't be used for mappings and these are
considered "usupported by architecture" and fails with ENIVAL. We
happened to hit that with the previous value.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
1 file changed