Re: {standard input}:5973: Error: operand out of range (512 is not between -512 and 511)

2020-08-24 Thread Sebastian Andrzej Siewior
cks > date: 5 months ago > config: arc-randconfig-r004-20200824 (attached as .config) > compiler: arc-elf-gcc (GCC) 9.3.0 > reproduce (this is a W=1 build): > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O > ~/bin/make.cross

Re: {standard input}:5973: Error: operand out of range (512 is not between -512 and 511)

2020-08-24 Thread Vineet Gupta
7ba4521bccd >> commit: de8f5e4f2dc1f032b46afda0a78cab5456974f89 lockdep: Introduce >> wait-type checks >> date: 5 months ago >> config: arc-randconfig-r004-20200824 (attached as .config) >> compiler: arc-elf-gcc (GCC) 9.3.0 >> reproduce (this is a W=1 build): >> wget &

Re: {standard input}:5973: Error: operand out of range (512 is not between -512 and 511)

2020-08-24 Thread Vineet Gupta
On 8/24/20 11:21 AM, Vineet Gupta wrote: >> and the assembler does not like that. >> After the removal CONFIG_ARC_PLAT_EZNPS I got to stage 2: >> |drivers/irqchip/irq-eznps.c:80:16: error: 'CTOP_AUX_IACK' undeclared (first >> use in this function) >> | 80 | write_aux_reg(CTOP_AUX_IACK, 1 << irq

Re: {standard input}:5973: Error: operand out of range (512 is not between -512 and 511)

2020-08-24 Thread Sebastian Andrzej Siewior
On 2020-08-24 18:21:21 [+], Vineet Gupta wrote: > {standard input}:5973: Error: operand out of range (512 is not between > -512 and 511) > >> > > The error above was fixed back in April: > 799587d5731db9dc ("ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT") This commit is |git

Re: {standard input}:5973: Error: operand out of range (512 is not between -512 and 511)

2020-08-24 Thread Vineet Gupta
Hi Sebastian, On 8/24/20 12:35 PM, Sebastian Andrzej Siewior wrote: > On 2020-08-24 18:21:21 [+], Vineet Gupta wrote: >> {standard input}:5973: Error: operand out of range (512 is not between >> -512 and 511) >> >> The error above was fixed back in April: >> 799587d5731db9dc ("AR

[PATCH] irqchip/eznps: Fix build error for !ARC700 builds

2020-08-24 Thread Vineet Gupta
Reported-by: kernel test robot Reported-by: Sebastian Andrzej Siewior Link: http://lists.infradead.org/pipermail/linux-snps-arc/2020-August/004032.html Signed-off-by: Vineet Gupta --- arch/arc/plat-eznps/include/plat/ctop.h | 1 - include/soc/nps/common.h| 6 ++ 2 files cha