diff options
| author | Tom Rini <[email protected]> | 2022-06-27 13:35:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-08 17:57:33 -0400 |
| commit | 95cc3efcc1ec22be2c649ef4cdc065fa9f7fb697 (patch) | |
| tree | 38a22a6aae38cb1e4a9216529d11f4f18febe18e /arch/arm/include/asm/proc-armv | |
| parent | 38d091ac1d2d57612adb53b802609a7c3dcdbe3d (diff) | |
arm: Remove strongarm support
There are no platforms using this architecture anymore, remove it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include/asm/proc-armv')
| -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 c61374e9f2e..a1f59d9cbae 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, |
