diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-08 17:57:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-08 18:03:08 -0400 |
commit | 05a4859637567b13219efd6f1707fb236648b1b7 (patch) | |
tree | 0faeab15539fb5b57dcd4ee82294ae8bab74fc1c /arch/arm/include/asm/proc-armv/system.h | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) | |
parent | 07ef80cd9d735d7e2ee9c07bcc74e3786107e780 (diff) |
Merge branch '2022-07-08-Kconfig-migrations' into next
- Another small round of CONFIG migrations to Kconfig
Diffstat (limited to 'arch/arm/include/asm/proc-armv/system.h')
-rw-r--r-- | arch/arm/include/asm/proc-armv/system.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/proc-armv/system.h b/arch/arm/include/asm/proc-armv/system.h index c61374e9f2..a1f59d9cba 100644 --- a/arch/arm/include/asm/proc-armv/system.h +++ b/arch/arm/include/asm/proc-armv/system.h @@ -163,8 +163,7 @@ #endif /* CONFIG_ARM64 */ -#if defined(CONFIG_CPU_SA1100) || defined(CONFIG_CPU_SA110) || \ - defined(CONFIG_ARM64) +#if defined(CONFIG_ARM64) /* * On the StrongARM, "swp" is terminally broken since it bypasses the * cache totally. This means that the cache becomes inconsistent, and, |