]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Jan 2025 16:50:19 +0000 (08:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Jan 2025 16:50:19 +0000 (08:50 -0800)
Pull ARM updates from Russell King:

 - fix typos in vfpmodule.c

 - drop obsolete VFP accessor fallback for old assemblers

 - add cache line identifier register accessor functions

 - add cacheinfo support

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
  ARM: 9440/1: cacheinfo fix format field mask
  ARM: 9433/2: implement cacheinfo support
  ARM: 9432/2: add CLIDR accessor functions
  ARM: 9438/1: assembler: Drop obsolete VFP accessor fallback
  ARM: 9437/1: vfp: Fix typographical errors in vfpmodule.c

1  2 
arch/arm/Kconfig
include/linux/cacheinfo.h

index 3ad4c3c979180713e91d6b491013e73d3b0f5fe0,d7d2223d404203fc8e817248c0719d2cc205056e..835b5f100e926e54bab4be7802aeada4af37a145
@@@ -5,10 -5,9 +5,11 @@@ config AR
        select ARCH_32BIT_OFF_T
        select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE if HAVE_KRETPROBES && FRAME_POINTER && !ARM_UNWIND
        select ARCH_HAS_BINFMT_FLAT
+       select ARCH_HAS_CACHE_LINE_SIZE if OF
        select ARCH_HAS_CPU_CACHE_ALIASING
        select ARCH_HAS_CPU_FINALIZE_INIT if MMU
 +      select ARCH_HAS_CRC32 if KERNEL_MODE_NEON
 +      select ARCH_HAS_CRC_T10DIF if KERNEL_MODE_NEON
        select ARCH_HAS_CURRENT_STACK_POINTER
        select ARCH_HAS_DEBUG_VIRTUAL if MMU
        select ARCH_HAS_DMA_ALLOC if MMU
Simple merge