summaryrefslogtreecommitdiffstats
path: root/util/shmctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/shmctl.c')
-rw-r--r--util/shmctl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/shmctl.c b/util/shmctl.c
index afe60293..a0a99da3 100644
--- a/util/shmctl.c
+++ b/util/shmctl.c
@@ -743,6 +743,11 @@ int SHMinit(int argc, char **argv)
attach_SHM();
+#ifdef OUTTA_TIMER
+ puts("timed...");
+ timed(1, NULL);
+#endif
+
puts("loading bcache...");
reload_bcache();
@@ -759,11 +764,6 @@ int SHMinit(int argc, char **argv)
utmpsortd(1, NULL);
}
-#ifdef OUTTA_TIMER
- puts("timed...");
- timed(1, NULL);
-#endif
-
#ifdef NOKILLWATERBALL
puts("nkwbd...");
nkwbd(1, argv);