Chore: log format
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user