aboutsummaryrefslogtreecommitdiff
path: root/slof
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-18 08:22:19 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-18 08:22:19 +0530
commit568af4b578eba3cc85a04bf1b0a228cdb6ebd5ff (patch)
tree967a4cba163f23ef80bcd70a0461f7e3c92ba5ba /slof
parentbca47dc291790ad91208c132d97ab383b562ba06 (diff)
downloadSLOF-568af4b578eba3cc85a04bf1b0a228cdb6ebd5ff.zip
SLOF-568af4b578eba3cc85a04bf1b0a228cdb6ebd5ff.tar.gz
SLOF-568af4b578eba3cc85a04bf1b0a228cdb6ebd5ff.tar.bz2
Increase quiesce tokens array size
16 is too less, push it to 256 Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'slof')
-rw-r--r--slof/fs/quiesce.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/quiesce.fs b/slof/fs/quiesce.fs
index f3998db..47006e4 100644
--- a/slof/fs/quiesce.fs
+++ b/slof/fs/quiesce.fs
@@ -11,7 +11,7 @@
\ ****************************************************************************/
-10 CONSTANT quiesce-xt#
+100 CONSTANT quiesce-xt#
\ The array with the quiesce execution tokens:
CREATE quiesce-xts quiesce-xt# cells allot