mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-10 16:05:49 +00:00
In the cases when more than one CPU has something to print, exception dump from one CPU is overlapped with other CPU's messages and the final text that is printed on console is all mixed up and does not make any sense. Changing printf to pr_err so that the messages are printed one after the other. Tracked-On: #2858 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
console.c | ||
dbg_cmd.c | ||
dump.c | ||
hypercall.c | ||
logmsg.c | ||
Makefile | ||
npk_log.c | ||
printf.c | ||
profiling.c | ||
sbuf.c | ||
shell_priv.h | ||
shell.c | ||
string.c | ||
trace.c | ||
uart16550.c | ||
vuart.c |