aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/sch_api.c')
-rw-r--r--net/sched/sch_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index 6bc395cb235b..047ae62ff4fa 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -1216,7 +1216,7 @@ static int psched_show(struct seq_file *seq, void *v)
1216{ 1216{
1217 seq_printf(seq, "%08x %08x %08x %08x\n", 1217 seq_printf(seq, "%08x %08x %08x %08x\n",
1218 (u32)NSEC_PER_USEC, (u32)PSCHED_US2NS(1), 1218 (u32)NSEC_PER_USEC, (u32)PSCHED_US2NS(1),
1219 1000000, HZ); 1219 1000000, (u32)NSEC_PER_SEC/ktime_to_ns(KTIME_MONOTONIC_RES));
1220 1220
1221 return 0; 1221 return 0;
1222} 1222}