aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2018-12-20 14:18:56 +0800
committerFengguang Wu <fengguang.wu@intel.com>2018-12-24 11:29:18 +0800
commitccdeba0b9c8bca3c37dd81af7354c4fe039526a6 (patch)
tree8f2df4fd95676e7e8955bb380abb31e8196c7bc7
parentaca1bb4f8b4f6e17417e5b8e61a09991ae4cc923 (diff)
downloadvm-scalability-ccdeba0b9c8bca3c37dd81af7354c4fe039526a6.tar.gz
usemem: actually parse --hugetlb
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
-rw-r--r--usemem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usemem.c b/usemem.c
index 3d7a829..8178690 100644
--- a/usemem.c
+++ b/usemem.c
@@ -187,6 +187,7 @@ static const struct option opts[] = {
{ "mncr_hgpgs" , 0, NULL, 'H' },
{ "sync-rw" , 0, NULL, 'y' },
{ "delay" , 1, NULL, 'e' },
+ { "hugetlb" , 0, NULL, 'U' },
{ "help" , 0, NULL, 'h' },
{ NULL , 0, NULL, 0 }
};