We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead7515 + 7a7003b commit 6daa083Copy full SHA for 6daa083
arch/arm64/kernel/traps.c
@@ -118,7 +118,7 @@ static void __dump_instr(const char *lvl, struct pt_regs *regs)
118
for (i = -4; i < 1; i++) {
119
unsigned int val, bad;
120
121
- bad = __get_user(val, &((u32 *)addr)[i]);
+ bad = get_user(val, &((u32 *)addr)[i]);
122
123
if (!bad)
124
p += sprintf(p, i == 0 ? "(%08x) " : "%08x ", val);
0 commit comments