syscalls/mmap: Remove check for getpagesize() < 0

1. The getpagesize() never fails

2. The condition is always false due to conversion
   to unsigned size_t

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
8 files changed