diff options
author | Laura Abbott <labbott@redhat.com> | 2019-11-20 14:36:06 -0500 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-11-22 10:59:28 -0500 |
commit | 190ce77780d78782f3eb85faebe399b568ed2bd5 (patch) | |
tree | d6fe356a68de78ffbf3eb164ba801796203dedc3 /configs | |
parent | 95f65f02fb7450aebcd5c2be9be65fd166d17440 (diff) | |
download | kernel-190ce77780d78782f3eb85faebe399b568ed2bd5.tar.gz kernel-190ce77780d78782f3eb85faebe399b568ed2bd5.tar.xz kernel-190ce77780d78782f3eb85faebe399b568ed2bd5.zip |
Enable CONFIG_PARAVIRT_SPINLOCKS
This seems like an option we should have had on a while a go
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/x86/CONFIG_PARAVIRT_SPINLOCKS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/fedora/generic/x86/CONFIG_PARAVIRT_SPINLOCKS b/configs/fedora/generic/x86/CONFIG_PARAVIRT_SPINLOCKS index 857e9465e..14b4c8d8d 100644 --- a/configs/fedora/generic/x86/CONFIG_PARAVIRT_SPINLOCKS +++ b/configs/fedora/generic/x86/CONFIG_PARAVIRT_SPINLOCKS @@ -1 +1 @@ -# CONFIG_PARAVIRT_SPINLOCKS is not set +CONFIG_PARAVIRT_SPINLOCKS=y |