projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
265a3b3
)
m68k: Move ARCH_HAS_CPU_CACHE_ALIASING
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 6 May 2024 07:06:41 +0000
(09:06 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 8 May 2024 15:43:22 +0000
(17:43 +0200)
Move the recently added ARCH_HAS_CPU_CACHE_ALIASING to restore
alphabetical sort order.
Fixes: 8690bbcf3b7010b3 ("Introduce cpu_dcache_is_aliasing() across all architectures")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link:
https://lore.kernel.org/r/4574ad6cc1117e4b5d29812c165bf7f6e5b60773.1714978406.git.geert@linux-m68k.org
arch/m68k/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m68k/Kconfig
b/arch/m68k/Kconfig
index 6ef282f329ee089d8a4e8422d2b6276750f7f049..cc26df907bfe3c8143a931d259eceabb16af7411 100644
(file)
--- a/
arch/m68k/Kconfig
+++ b/
arch/m68k/Kconfig
@@
-3,8
+3,8
@@
config M68K
bool
default y
select ARCH_32BIT_OFF_T
- select ARCH_HAS_CPU_CACHE_ALIASING
select ARCH_HAS_BINFMT_FLAT
+ select ARCH_HAS_CPU_CACHE_ALIASING
select ARCH_HAS_CPU_FINALIZE_INIT if MMU
select ARCH_HAS_CURRENT_STACK_POINTER
select ARCH_HAS_DMA_PREP_COHERENT if M68K_NONCOHERENT_DMA && !COLDFIRE