From c27714f111289f078c9787649f768b3e749f71f9 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 17 Aug 2011 21:51:21 -0400 Subject: Fix tst-writev on non-4K page size --- sysdeps/unix/sysv/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 63ef597461..af53f70c51 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -22,7 +22,7 @@ sysdep_routines += sysctl clone llseek umount umount2 readahead \ eventfd eventfd_read eventfd_write prlimit CFLAGS-gethostid.c = -fexceptions -CFLAGS-tst-writev.c += -DARTIFICIAL_LIMIT=0x7ffff000 +CFLAGS-tst-writev.c += "-DARTIFICIAL_LIMIT=0x80000000-__getpagesize()" sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/klog.h sys/kdaemon.h \ -- cgit 1.4.1