[MIPS] Add some __user tags
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
e70dfc10b9
commit
5e0373b8e4
@@ -131,7 +131,7 @@ static void show_stacktrace(struct task_struct *task, struct pt_regs *regs)
|
||||
const int field = 2 * sizeof(unsigned long);
|
||||
long stackdata;
|
||||
int i;
|
||||
unsigned long *sp = (unsigned long *)regs->regs[29];
|
||||
unsigned long __user *sp = (unsigned long __user *)regs->regs[29];
|
||||
|
||||
printk("Stack :");
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user