OK linus/axs101_defconfig/arcompact Sat Jan 12, 08:09
http://kisskb.ellerman.id.au/kisskb/buildresult/13649952/
Commit: Merge tag 'pci-v5.0-fixes-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
de6629eb262e0dc52a2367db38e3d2780cff5427
Compiler: arc-buildroot-linux-ucl
OK linus/axs103_smp_defconfig/arcv2 Sat Jan 12, 08:09
http://kisskb.ellerman.id.au/kisskb/buildresult/13649951/
Commit: Merge tag 'pci-v5.0-fixes-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
de6629eb262e0dc52a2367db38e3d2780cff5427
Compiler: arc-linux-gcc.br_real (
On 1/11/19 1:24 AM, Peter Zijlstra wrote:
> diff --git a/include/linux/bitops.h b/include/linux/bitops.h
> index 705f7c442691..2060d26a35f5 100644
> --- a/include/linux/bitops.h
> +++ b/include/linux/bitops.h
> @@ -241,10 +241,10 @@ static __always_inline void __assign_bit(long nr,
> volatile unsi
On Fri, Jan 11, 2019 at 4:50 AM Alexey Brodkin
wrote:
>
> For that we need 2 things:
> 1. Disable JIT in JS as it's not supported for ARC.
>
> 2. Compile with "-mlong-calls" so relocations with
> offsets larger than 25 bits are used, otherwise
> linker fails to link final binaries.
>
> S
For that we need 2 things:
1. Disable JIT in JS as it's not supported for ARC.
2. Compile with "-mlong-calls" so relocations with
offsets larger than 25 bits are used, otherwise
linker fails to link final binaries.
Signed-off-by: Alexey Brodkin
Cc: Alexander Kanavin
Cc: Hongxu Jia
--
On Thu, Jan 10, 2019 at 04:26:27PM -0800, Vineet Gupta wrote:
> @@ -246,7 +246,7 @@ static __always_inline void __assign_bit(long nr,
> volatile unsigned long *addr,
> new__ = (old__ & ~mask__) | bits__; \
> } while (cmpxchg(ptr, old__, new__) != old__); \