Re: [RFC/RFT WIP PATCH] arc: add sparsemem support

2019-12-19 Thread Vineet Gupta
On 12/19/19 6:57 AM, Eugeniy Paltsev wrote: > You can find instructions describing how to run Linux with nSIM free here: > https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki/How-to-run-ARC-Linux-kernel-and-debug-(with-MetaWare-Debugger)#standalone-nsim-also-free-nsim > > If you are

Re: [RFC/RFT WIP PATCH] arc: add sparsemem support

2019-12-19 Thread Eugeniy Paltsev
Hi Mike, Sorry for late respond. I've tested this patches but the kernel crashes in the memory initialization code. Here is bootlog: ->8- Linux version 5.1.0+ (paltsev@paltsev-e7480) (gcc version 8.2.1 20180814 (ARCv2 ISA Linux uClibc

[PATCH] ARC: asm-offsets: remove duplicate entry

2019-12-19 Thread Eugeniy Paltsev
We define 'PT_user_r25' twice in asm-offsets.c It's not a big issue as we define it to the same value, however let's fix it. Signed-off-by: Eugeniy Paltsev --- arch/arc/kernel/asm-offsets.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arc/kernel/asm-offsets.c