git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git]
/
lunaix-os
/
hal
/
timer
/
apic_timer.c
diff --git
a/lunaix-os/hal/timer/apic_timer.c
b/lunaix-os/hal/timer/apic_timer.c
index e195f34e8099aac43a0ac3ef200fa2a3d0ef5a76..db3e700d004960281d8b000a6240e1e5f9b2ef2a 100644
(file)
--- a/
lunaix-os/hal/timer/apic_timer.c
+++ b/
lunaix-os/hal/timer/apic_timer.c
@@
-132,7
+132,7
@@
apic_timer_init(struct hwtimer* timer, u32_t hertz, timer_tick_cb timer_cb)
assert_msg(base_freq, "Fail to initialize timer (NOFREQ)");
- kprintf(KINFO "hw: %u Hz; os: %u Hz
\n
", base_freq, frequency);
+ kprintf(KINFO "hw: %u Hz; os: %u Hz", base_freq, frequency);
// cleanup
isrm_ivfree(iv_timer);