Thanks. This is applied to CVS.
--Subrata--

On Mon, 2007-11-19 at 17:23 -0800, Khem Raj wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi
> 
> Attached patch adds arm to the architectures where SHMBLA != PAGESIZE in
>  shmt09.c testcase.
> 
> Thanks
> 
> - --
> Khem Raj
> MontaVista Software Inc.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFHQjchUjbQJxVzeZQRAsJmAJ0fdmuXOZeVbBzJYYXg1hBDhGO1egCfZs+o
> QwIvqVERTNG4JK/8cJEAquY=
> =R8Cs
> -----END PGP SIGNATURE-----
> plain text document attachment (ltp-diff)
> Index: testcases/kernel/mem/shmt/shmt09.c
> ===================================================================
> RCS file: /cvsroot/ltp/ltp/testcases/kernel/mem/shmt/shmt09.c,v
> retrieving revision 1.14
> diff -u -r1.14 shmt09.c
> --- testcases/kernel/mem/shmt/shmt09.c        6 Jul 2007 10:30:57 -0000       
> 1.14
> +++ testcases/kernel/mem/shmt/shmt09.c        20 Nov 2007 01:19:27 -0000
> @@ -62,7 +62,7 @@
>  #define INCREMENT            8388608 /* 8Mb */
>  #elif defined (__mips__)  ||  defined (__hppa__)
>  #define INCREMENT            262144  /* 256Kb */
> -#elif defined __sh__
> +#elif defined __sh__ || defined (__arm__)
>  #define INCREMENT            16384   /* 16kb */
>  #else
>  #define INCREMENT            getpagesize()
> @@ -163,7 +163,7 @@
>       tst_resm(TPASS, "sbrk, shmat");
>  
>  /*--------------------------------------------------------*/
> -#if defined (__ia64__) || defined(__mips__) || defined(__hppa__)
> +#if defined (__ia64__) || defined(__mips__) || defined(__hppa__) || 
> defined(__arm__)
>       while ((vp = sbrk(INCREMENT)) != (void *)-1) ;
>       if (errno != ENOMEM) {
>               tst_resm(TFAIL, "Error: sbrk failed, errno = %d\n", errno);
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ Ltp-list mailing list 
> [email protected] 
> https://lists.sourceforge.net/lists/listinfo/ltp-list


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to