[kernel] r22518 - in dists/trunk/linux/debian: . config/kernelarch-x86

Ben Hutchings benh at moszumanska.debian.org
Tue Apr 21 18:42:07 UTC 2015


Author: benh
Date: Tue Apr 21 18:42:07 2015
New Revision: 22518

Log:
[x86] Enable PARAVIRT_SPINLOCKS

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Tue Apr 21 18:24:15 2015	(r22517)
+++ dists/trunk/linux/debian/changelog	Tue Apr 21 18:42:07 2015	(r22518)
@@ -5,6 +5,7 @@
   [ Ben Hutchings ]
   * [i386,s390] Remove 64-bit kernel flavours, which are also available
     through multiarch
+  * [x86] Enable PARAVIRT_SPINLOCKS
 
  -- maximilian attems <maks at debian.org>  Sun, 29 Mar 2015 23:31:57 +0200
 

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config	Tue Apr 21 18:24:15 2015	(r22517)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config	Tue Apr 21 18:42:07 2015	(r22518)
@@ -14,7 +14,7 @@
 CONFIG_HYPERVISOR_GUEST=y
 CONFIG_PARAVIRT=y
 # CONFIG_PARAVIRT_DEBUG is not set
-# CONFIG_PARAVIRT_SPINLOCKS is not set
+CONFIG_PARAVIRT_SPINLOCKS=y
 CONFIG_KVM_GUEST=y
 # CONFIG_KVM_DEBUG_FS is not set
 # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set



More information about the Kernel-svn-changes mailing list