Hay
Date
March 5, 2025, 6:37 p.m.

Environment
arc

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=arc CROSS_COMPILE=arc-elf32- 'CC=sccache arc-elf32-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/fs/overlayfs/super.c:21:
/builds/linux/drivers/iommu/io-pgtable-dart.c: In function 'dart_install_table':
/builds/linux/drivers/iommu/io-pgtable-dart.c:163:6: error: void value not ignored as it ought to be
  163 |  old = cmpxchg64_relaxed(ptep, curr, new);
      |      ^