From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1X9ctu-0008RO-E9 for ltp-list@lists.sourceforge.net; Tue, 22 Jul 2014 16:26:50 +0000 Date: Tue, 22 Jul 2014 18:26:09 +0200 From: chrubis@suse.cz Message-ID: <20140722162609.GA9450@rei> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [LTP] [PATCH] mmap15: raise high address to 2^53 List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Jan Stancek Cc: ltp-list@lists.sourceforge.net, wangli.ahau@gmail.com Hi! > Address space on s390x can go atm. as high as 2^53, > so raise high address used here to this level. > > Signed-off-by: Li Wang > Signed-off-by: Jan Stancek > --- > testcases/kernel/syscalls/mmap/mmap15.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/testcases/kernel/syscalls/mmap/mmap15.c b/testcases/kernel/syscalls/mmap/mmap15.c > index 321d405..49dbba4 100644 > --- a/testcases/kernel/syscalls/mmap/mmap15.c > +++ b/testcases/kernel/syscalls/mmap/mmap15.c > @@ -41,7 +41,7 @@ > char *TCID = "mmap15"; > int TST_TOTAL = 1; > > -#define HIGH_ADDR (void *)(0x1000000000000) > +#define HIGH_ADDR (void *)(1L << 53) > > static long map_sz; Looks good to me, acked. -- Cyril Hrubis chrubis@suse.cz ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list