Skip to content

Commit

Permalink
Update process.c
Browse files Browse the repository at this point in the history
  • Loading branch information
akzzy committed Apr 30, 2023
1 parent 7c03a07 commit d6d6ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ static void show_data(unsigned long addr, int nbytes, const char *name)
*/
if (addr < KIMAGE_VADDR || addr > -256UL)
return;


void *addr = (void *)&my_var;
printk("\n%s: %pS:\n", name, addr);

/*
Expand Down

0 comments on commit d6d6ebd

Please sign in to comment.