rpms/kernel/devel linux-2.6-cell-idle-pmgt.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 9 15:26:58 UTC 2005


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5841

Modified Files:
	linux-2.6-cell-idle-pmgt.patch 
Log Message:
Doh.

linux-2.6-cell-idle-pmgt.patch:
 arch/powerpc/kernel/head_64.S           |   27 +++++
 arch/powerpc/kernel/idle_64.c           |    3 
 arch/powerpc/platforms/cell/Makefile    |    2 
 arch/powerpc/platforms/cell/pervasive.c |  147 ++++++++++++++++++++++++++++++++
 arch/powerpc/platforms/cell/pervasive.h |   64 +++++++++++++
 arch/powerpc/platforms/cell/setup.c     |    2 
 include/asm-powerpc/cputable.h          |    4 
 include/asm-powerpc/processor.h         |    8 +
 include/asm-powerpc/reg.h               |   16 ++-
 9 files changed, 267 insertions(+), 6 deletions(-)

Index: linux-2.6-cell-idle-pmgt.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-cell-idle-pmgt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-cell-idle-pmgt.patch	8 Dec 2005 22:50:06 -0000	1.1
+++ linux-2.6-cell-idle-pmgt.patch	9 Dec 2005 15:26:54 -0000	1.2
@@ -156,7 +156,7 @@
 +	struct pmd *pmd;
 +	int cpu;
 +
-+	if (!cpu_has_feature(CPU_FTR_PAUSE_ZERO) && __onsim())
++	if (!cpu_has_feature(CPU_FTR_PAUSE_ZERO) || !__onsim())
 +		return;
 +
 +	for_each_cpu(cpu) {




More information about the fedora-cvs-commits mailing list