Author: qboosh                       Date: Sat Feb  9 16:36:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- i[34]86 should support i586 (F00F bug) too

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.116 -> 1.117) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.116 SPECS/kernel-vanilla.spec:1.117
--- SPECS/kernel-vanilla.spec:1.116     Sat Feb  9 17:17:57 2008
+++ SPECS/kernel-vanilla.spec   Sat Feb  9 17:36:06 2008
@@ -2,7 +2,6 @@
 #
 # Conditional build:
 %bcond_without source          # don't build kernel-source package
-
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    pae             # build PAE (HIGHMEM64G) support on uniprocessor
 %bcond_with    preempt-nort    # build preemptable no realtime kernel
@@ -421,9 +420,11 @@
        echo '# x86 tuneup'
        %ifarch i386
        echo 'M386=y'
+       echo 'X86_F00F_BUG=y'
        %endif
        %ifarch i486
        echo 'M486=y'
+       echo 'X86_F00F_BUG=y'
        %endif
        %ifarch i586
        echo 'M586=y'
@@ -782,6 +783,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.117  2008-02-09 16:36:06  qboosh
+- i[34]86 should support i586 (F00F bug) too
+
 Revision 1.116  2008-02-09 16:17:57  glen
 - X86_F00F_BUG=y
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.116&r2=1.117&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to