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
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
&
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
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
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
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