Chore: log format

This commit is contained in:
2025-04-15 17:49:58 +08:00
parent 3c03c9d383
commit 75edf55dd3
3 changed files with 9 additions and 24 deletions

View File

@@ -79,8 +79,7 @@ static inline
void _free(uint64_t ptr)
{
kfree((void *)ptr);
LOG(ptr);
INFOR("has been freed");
LOG(ptr); INFOR("has been freed");
}
static inline
@@ -160,10 +159,7 @@ void _time()
R_SYSREG(cntp_cval_el0, cntp_cval_el0);
R_SYSREG(cntp_tval_el0, cntp_tval_el0);
LOG(cntpct_el0);
LOG(cntfrq_el0);
LOG(cntp_cval_el0);
INFOR(cntp_tval_el0);
LOG(cntpct_el0); LOG(cntfrq_el0); LOG(cntp_cval_el0); INFOR(cntp_tval_el0);
}
static inline
@@ -223,7 +219,6 @@ int shell(file_node_t *initrd_root)
VEC_PUSH(args, tok);
LOG(tok);
}
// DEBUG("ENDL");
CLEAN;