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

Commit 56346ad8 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/xmon: Adjust spacing of existing SPRs to make room for more



Purely to make it pleasing to the eye.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 13629dad
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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': {