kernel-hacking-2024-linux-s.../arch/powerpc/xmon
Anshuman Khandual 8218a3031c powerpc/xmon: Drop the valid variable completely in dump_segments()
The value of 'valid' is always zero when 'esid' is zero, and if 'esid'
is non-zero then the value of 'valid' is irrelevant because we are using
logical or in the if expression.

In fact 'valid' can be dropped completely from dump_segments() by
simply doing the check with SLB_ESID_V directly in the if.

Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
[mpe: Rewrite change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-08-12 15:05:47 +10:00
..
ansidecl.h
dis-asm.h
Makefile
nonstdio.c powerpc/xmon: avoid format string leaking to printk 2014-06-11 17:04:03 +10:00
nonstdio.h
ppc-dis.c
ppc-opc.c
ppc.h
spu-dis.c
spu-insns.h
spu-opc.c
spu.h
xmon.c powerpc/xmon: Drop the valid variable completely in dump_segments() 2015-08-12 15:05:47 +10:00