Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5186b56f authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: process: Reduce the no. of bytes of data around registers" into msm-4.8

parents 5f0dbe99 0aa4721b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ void __show_regs(struct pt_regs *regs)
		pr_cont("\n");
	}
	if (!user_mode(regs))
		show_extra_register_data(regs, 128);
		show_extra_register_data(regs, 64);
	printk("\n");
}