rpms/kernel/devel config-x86-generic, 1.100, 1.101 kernel.spec, 1.2036, 1.2037

Dave Jones davej at fedoraproject.org
Tue Jun 22 01:28:11 UTC 2010


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25478

Modified Files:
	config-x86-generic kernel.spec 
Log Message:
Disable workaround for obscure SMP pentium pro errata.
  I miss the 1990s too, but it's time to move on.
  If anyone actually needs this it would be better done using
  the apply_alternatives infrastructure.


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -p -r1.100 -r1.101
--- config-x86-generic	15 Jun 2010 13:45:20 -0000	1.100
+++ config-x86-generic	22 Jun 2010 01:28:10 -0000	1.101
@@ -42,7 +42,7 @@ CONFIG_X86_GENERIC=y
 CONFIG_X86_CMPXCHG=y
 CONFIG_X86_L1_CACHE_SHIFT=7
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
-CONFIG_X86_PPRO_FENCE=y
+# CONFIG_X86_PPRO_FENCE is not set
 CONFIG_X86_WP_WORKS_OK=y
 CONFIG_X86_INVLPG=y
 CONFIG_X86_BSWAP=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.2036
retrieving revision 1.2037
diff -u -p -r1.2036 -r1.2037
--- kernel.spec	21 Jun 2010 20:37:19 -0000	1.2036
+++ kernel.spec	22 Jun 2010 01:28:10 -0000	1.2037
@@ -1991,6 +1991,12 @@ fi
 #                 ||     ||
 
 %changelog
+* Mon Jun 21 2010 Dave Jones <davej at redhat.com>
+- Disable workaround for obscure SMP pentium pro errata.
+  I miss the 1990s too, but it's time to move on.
+  If anyone actually needs this it would be better done using
+  the apply_alternatives infrastructure.
+
 * Mon Jun 21 2010 Kyle McMartin <kyle at redhat.com> 2.6.34-45
 - drm-revert-drm-fbdev-rework-output-polling-to-be-back-in-core.patch
   Revert eb1f8e4f, bisected by Nicolas Kaiser. Thanks! (rhbz#599190) 



More information about the scm-commits mailing list