aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2017-09-06 08:50:44 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2017-09-06 08:50:44 -0400
commit84e36eb17cd9e5bb4bfb6cc4e29f55542fa69fde (patch)
tree9df230af0722c75a01b546f10568f4ea96572262 /litmus
parentc652e8d303af087269b93eac7c4bf52626818f7f (diff)
fix PGFREE and NR_FREE_PAGES
Diffstat (limited to 'litmus')
-rw-r--r--litmus/page_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/page_dev.c b/litmus/page_dev.c
index 8e29e68ed89a..2894e93213d3 100644
--- a/litmus/page_dev.c
+++ b/litmus/page_dev.c
@@ -226,7 +226,7 @@ static struct ctl_table partition_table[] =
226 .maxlen = sizeof(llc_partition[4]), 226 .maxlen = sizeof(llc_partition[4]),
227 .extra1 = &dram_partition_min, 227 .extra1 = &dram_partition_min,
228 .extra2 = &dram_partition_max, 228 .extra2 = &dram_partition_max,
229 }, 229 },
230 { } 230 { }
231}; 231};
232 232