summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-08-04 06:55:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-08-04 06:55:44 +0000
commit739176b05ff2d1c5d74df6e7e4112c0845d1b593 (patch)
tree3e330603ca57e68aceb3707f1fe137f6db3d35e8 /sys-libs/libhugetlbfs/files
parentRemoved old (diff)
downloadgentoo-2-739176b05ff2d1c5d74df6e7e4112c0845d1b593.tar.gz
gentoo-2-739176b05ff2d1c5d74df6e7e4112c0845d1b593.tar.bz2
gentoo-2-739176b05ff2d1c5d74df6e7e4112c0845d1b593.zip
Bug #330491: version bump. Tune patch to apply to both versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libhugetlbfs/files')
-rw-r--r--sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-fixup-testsuite.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-fixup-testsuite.patch b/sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-fixup-testsuite.patch
index de8fed17c475..12548a884a6f 100644
--- a/sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-fixup-testsuite.patch
+++ b/sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-fixup-testsuite.patch
@@ -29,21 +29,3 @@ diff -Nuar --exclude '*.S' --exclude Makefile libhugetlbfs-2.6.orig/tests/run_te
# Accounting bug tests
# reset free hpages because sharing will have held some
-@@ -555,7 +561,7 @@
- """
- Run the set of stress tests.
- """
-- iterations = 10 # Number of iterations for looping tests
-+ iterations = 10 # Number of iterations for looping tests
-
- # Don't update NRPAGES every time like above because we want to catch the
- # failures that happen when the kernel doesn't release all of the huge pages
-@@ -570,7 +576,7 @@
- (rc, tot_pages) = total_hpages()
- (rc, size) = hpage_size()
- sysctls = setup_shm_sysctl(tot_pages * size)
-- threads = 10 # Number of threads for shm-fork
-+ threads = 10 # Number of threads for shm-fork
- # Run shm-fork once using half available hugepages, then once using all
- # This is to catch off-by-ones or races in the kernel allocated that
- # can make allocating all hugepages a problem