diff options
| author | Chad Cormier Roussel <chadcormierroussel@gmail.com> | 2017-08-11 08:59:46 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-04 01:56:31 +0200 |
| commit | 6859855ae9d010a8cef6c34411b10824a4019177 (patch) | |
| tree | 26483f667be326360a6126c1facf91aae2ed496e /arch | |
| parent | 6a1d3ab5cc013c438029d61bb62dc2b4aeea3595 (diff) | |
ARM: mm: Don't force swp_emulate
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index c6926eae4..fd3f7ee8b 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -651,7 +651,7 @@ config ARM_VIRT_EXT config SWP_EMULATE bool "Emulate SWP/SWPB instructions" depends on CPU_V7 - default y if SMP + default n select HAVE_PROC_CPU if PROC_FS help ARMv6 architecture deprecates use of the SWP/SWPB instructions. |
