mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
powerpc/xmon: Adjust spacing of existing SPRs to make room for more
Purely to make it pleasing to the eye. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
13629dad1e
commit
56346ad88d
@ -1733,6 +1733,7 @@ static void super_regs(void)
|
||||
mfspr(SPRN_DEC), mfspr(SPRN_SPRG2));
|
||||
printf("sp = "REG" sprg3 = "REG"\n", sp, mfspr(SPRN_SPRG3));
|
||||
printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR));
|
||||
|
||||
return;
|
||||
}
|
||||
case 'w': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user