Re: [PATCH] Recognize arc32

2021-06-25 Thread Vineet Gupta
On 6/3/21 9:01 PM, Vineet Gupta wrote: > This is the 32-bit variant of ARCv3 ISA (which is not compatible with the > 32-bit ARCv2 ISA) > > | make check > | cd testsuite && bash config-guess.sh && rm uname > | PASS: config.guess checks (136 tests) > | cd testsuite && bash config-sub.sh > | PASS: co

[PATCH] dpkg: Add ARC support

2021-06-25 Thread Alexey Brodkin
This back-ports ARC support which was added after the most recent tag 1.20.9 was cut. So on the next version bump this change to be reverted. Signed-off-by: Alexey Brodkin --- .../dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch | 68 ++ meta/recipes-devtools/dpkg/dpkg_1.20.9.b

[PATCH] arc: Prefer unsigned int to bare use of unsigned

2021-06-25 Thread Jinchao Wang
Fix checkpatch warnings: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Jinchao Wang --- arch/arc/include/asm/checksum.h | 2 +- arch/arc/include/asm/perf_event.h | 2 +- arch/arc/kernel/unwind.c | 10 +- 3 files changed, 7 insertions(+), 7 delet