Re: [Crash-utility] [PATCH 2/3] mips: set section_size_bits and max_physmem_bits

2016-10-19 Thread Dave Anderson
- Original Message - > From: Rabin Vincent > > Enable SPARSEMEM support by setting this two values. It's not clear to > me if they'll work on all MIPS platforms, but they do on the ones I have > access to and should provide reasonable defaults. Queued for crash-7.1.7: https://git

[Crash-utility] [PATCH 2/3] mips: set section_size_bits and max_physmem_bits

2016-10-17 Thread Rabin Vincent
From: Rabin Vincent Enable SPARSEMEM support by setting this two values. It's not clear to me if they'll work on all MIPS platforms, but they do on the ones I have access to and should provide reasonable defaults. --- defs.h | 3 +++ mips.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a