diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-08-30 20:55:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-08-30 20:55:27 +0000 |
commit | a609c6102f28f53a9a151804998d4e4b5347ddb5 (patch) | |
tree | 1cb19ee081b874d3ad1bc7096571227cba3664d6 /sys/src/9/imx8 | |
parent | eaef2887f5787ec4740b9223589c94be64c5f061 (diff) |
revert a3dc4d80a899b28130729721b90a0506e44b8d76, didnt work, back to iprint()
Diffstat (limited to 'sys/src/9/imx8')
-rw-r--r-- | sys/src/9/imx8/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/imx8/main.c b/sys/src/9/imx8/main.c index 6dcfb0f81..471d15294 100644 --- a/sys/src/9/imx8/main.c +++ b/sys/src/9/imx8/main.c @@ -248,7 +248,7 @@ mpinit(void) void cpuidprint(void) { - print("cpu%d: %dMHz ARM Cortex A53\n", m->machno, m->cpumhz); + iprint("cpu%d: %dMHz ARM Cortex A53\n", m->machno, m->cpumhz); } static void |