diff options
| author | zy <[email protected]> | 2023-11-27 20:51:25 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-27 20:51:25 -0500 |
| commit | 40efa27bc9a912611234aba59708ba3e580f695b (patch) | |
| tree | 934265d6770b1d51013793a86cf919db32972520 /source/module/monitor_timer.c | |
| parent | e560158cbcdc0c395276a70706510f5c6ee4d78a (diff) | |
ioctl
Diffstat (limited to 'source/module/monitor_timer.c')
| -rw-r--r-- | source/module/monitor_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_timer.c b/source/module/monitor_timer.c index ac7d5e3..2eb768f 100644 --- a/source/module/monitor_timer.c +++ b/source/module/monitor_timer.c @@ -146,7 +146,7 @@ void start_all_hrTimer(void) { timer = &(kernel_wtimer_list[i]); TIMER_START(timer); } - printk("HrTimer start,module keep %d hrtimer for now\n", kernel_wtimer_num); + printk(KERN_INFO "HrTimer start,module keep %d hrtimer for now\n", kernel_wtimer_num); } /// @brief cancel hrTimer |
