Add patch from David Woodhouse to work with 64 KiB pages.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 20 Jan 2007 07:43:07 +0000 (07:43 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 20 Jan 2007 07:43:07 +0000 (07:43 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2461 94cd875c-1c1d-0410-91d2-eb244daf1a30

lib_internal/testsuite/sigbus.c

index 3fcdfe5..5193522 100644 (file)
@@ -33,7 +33,7 @@
 
 int wrapper_exit_code = 1;
 
-#define TEST_BLOCKSIZE 0x10000
+#define TEST_BLOCKSIZE 0x20000
 static bool                    is_gremlin = false;
 static int                     sync_p[2];