summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index d3e2151..7124349 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -352,7 +352,7 @@ struct tunable_uint64 {
uint64_t *var;
};
#define TUNABLE_UINT64(path, var) \
- static struct tunable_ulong __CONCAT(__tunable_uint64_, __LINE__) = { \
+ static struct tunable_uint64 __CONCAT(__tunable_uint64_, __LINE__) = { \
(path), \
(var), \
}; \
OpenPOWER on IntegriCloud