Commit af967683 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

x86: Add prefix for logs

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Reviewed-by: 's avatarDmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 37336172
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
#include "asm/compat.h" #include "asm/compat.h"
#undef LOG_PREFIX
#define LOG_PREFIX "x86: "
int save_task_regs(void *x, user_regs_struct_t *regs, user_fpregs_struct_t *fpregs) int save_task_regs(void *x, user_regs_struct_t *regs, user_fpregs_struct_t *fpregs)
{ {
CoreEntry *core = x; CoreEntry *core = x;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment