summaryrefslogtreecommitdiff
path: root/test/test_sref_dirty_zeroes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sref_dirty_zeroes.c')
-rw-r--r--test/test_sref_dirty_zeroes.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test_sref_dirty_zeroes.c b/test/test_sref_dirty_zeroes.c
index 53183358..3a88fd02 100644
--- a/test/test_sref_dirty_zeroes.c
+++ b/test/test_sref_dirty_zeroes.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Richard Braun.
+ * Copyright (c) 2014-2019 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -33,6 +33,7 @@
#include <kern/error.h>
#include <kern/init.h>
#include <kern/kmem.h>
+#include <kern/log.h>
#include <kern/macros.h>
#include <kern/mutex.h>
#include <kern/panic.h>
@@ -69,9 +70,9 @@ test_inc(void *arg)
}
printf("counter global value: %lu\n", test_counter.value);
- syscnt_info("sref_epoch");
- syscnt_info("sref_dirty_zero");
- syscnt_info("sref_true_zero");
+ syscnt_info("sref_epoch", log_info);
+ syscnt_info("sref_dirty_zero", log_info);
+ syscnt_info("sref_true_zero", log_info);
}
}