mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
cache: StarFive: Require a 64-bit system
This has a bunch of {read,write}q() calls, so it won't work on 32-bit
systems. I don't think there's any 32-bit StarFive systems, so for now
just require 64-bit.
Fixes: cabff60ca7
("cache: Add StarFive StarLink cache management")
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Link: https://lore.kernel.org/r/20240722154519.25375-2-palmer@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
parent
63ba5b0fb4
commit
57e5c814e9
1
drivers/cache/Kconfig
vendored
1
drivers/cache/Kconfig
vendored
@ -18,6 +18,7 @@ config STARFIVE_STARLINK_CACHE
|
|||||||
bool "StarFive StarLink Cache controller"
|
bool "StarFive StarLink Cache controller"
|
||||||
depends on RISCV
|
depends on RISCV
|
||||||
depends on ARCH_STARFIVE
|
depends on ARCH_STARFIVE
|
||||||
|
depends on 64BIT
|
||||||
select RISCV_DMA_NONCOHERENT
|
select RISCV_DMA_NONCOHERENT
|
||||||
select RISCV_NONSTANDARD_CACHE_OPS
|
select RISCV_NONSTANDARD_CACHE_OPS
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user