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

Commit c34152a5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: process: Reduce the no. of bytes of data printed around registers"

parents 9215575c ca470e5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -288,7 +288,7 @@ void __show_regs(struct pt_regs *regs)
	}
	}
	/* Dump only kernel mode */
	/* Dump only kernel mode */
	if (get_fs() == get_ds())
	if (get_fs() == get_ds())
		show_extra_register_data(regs, 128);
		show_extra_register_data(regs, 64);
	printk("\n");
	printk("\n");
}
}