[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/kernel/devel linux-2.6.10-x86-tune-p4.patch,1.2,1.3
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/kernel/devel linux-2.6.10-x86-tune-p4.patch,1.2,1.3
- Date: Tue, 5 Jul 2005 19:50:16 -0400
Author: davej
Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25762
Modified Files:
linux-2.6.10-x86-tune-p4.patch
Log Message:
Tune x86-64 for Intel.
linux-2.6.10-x86-tune-p4.patch:
linux-2.6.10/arch/i386/Makefile | 2 +-
linux-2.6.12/arch/x86_64/Makefile | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
Index: linux-2.6.10-x86-tune-p4.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.10-x86-tune-p4.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6.10-x86-tune-p4.patch 22 Mar 2005 07:00:21 -0000 1.2
+++ linux-2.6.10-x86-tune-p4.patch 5 Jul 2005 23:50:12 -0000 1.3
@@ -10,3 +10,16 @@
cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call cc-option,-mtune=pentium2)
cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call cc-option,-mtune=pentium3)
cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call cc-option,-mtune=pentium3)
+--- linux-2.6.12/arch/x86_64/Makefile~ 2005-07-05 19:48:18.000000000 -0400
++++ linux-2.6.12/arch/x86_64/Makefile 2005-07-05 19:49:06.000000000 -0400
+@@ -39,9 +39,7 @@ LDFLAGS_vmlinux :=
+
+ CHECKFLAGS += -D__x86_64__ -m64
+
+-cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
+-cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
+-CFLAGS += $(cflags-y)
++CFLAGS += -march=k8 -mtune=nocona
+
+ CFLAGS += -mno-red-zone
+ CFLAGS += -mcmodel=kernel
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]