commit | df13102f82f1c8d0a1f43505275bf18246d7f9a0 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Sat Oct 06 16:51:16 2018 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Oct 13 22:21:25 2018 +1100 |
tree | 4d0d79e97e481ef5d863b8927431fbcbfb375b87 | |
parent | fb2d9505c0dbd4f5e00db70f7ca0ca7a3d75ca63 [diff] |
powerpc/process: Constify the number of insns printed by show instructions functions. instructions_to_print var is assigned value 16 and there is no way to change it. This patch replaces it by a constant. Reviewed-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>