rpms/kernel/devel linux-2.6.15-rc1-ppc64-syscallpath.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 18 11:51:45 UTC 2005


Author: dwmw2

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

Modified Files:
	linux-2.6.15-rc1-ppc64-syscallpath.patch 
Log Message:
Call the function, not the descriptor

linux-2.6.15-rc1-ppc64-syscallpath.patch:
 arch/powerpc/kernel/asm-offsets.c |    4 
 arch/powerpc/kernel/entry_32.S    |  167 +++++++++++++++++------------
 arch/powerpc/kernel/entry_64.S    |  214 ++++++++++++++++++++------------------
 arch/powerpc/kernel/signal_32.c   |   59 ++++------
 arch/powerpc/kernel/signal_64.c   |   23 +++-
 arch/powerpc/kernel/systbl.S      |   10 -
 include/asm-powerpc/ptrace.h      |    2 
 include/asm-powerpc/thread_info.h |   12 +-
 8 files changed, 269 insertions(+), 222 deletions(-)

Index: linux-2.6.15-rc1-ppc64-syscallpath.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.15-rc1-ppc64-syscallpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6.15-rc1-ppc64-syscallpath.patch	15 Nov 2005 17:55:25 -0000	1.1
+++ linux-2.6.15-rc1-ppc64-syscallpath.patch	18 Nov 2005 11:51:42 -0000	1.2
@@ -387,7 +387,7 @@
 +	bne-	3b
 +	subi	r12,r12,TI_FLAGS
 +	
-+4:	bl	save_nvgprs
++4:	bl	.save_nvgprs
 +	/* Anything else left to do? */
 +	andi.	r0,r9,(_TIF_SYSCALL_T_OR_A|_TIF_SINGLESTEP|_TIF_SAVE_NVGPRS)
 +	beq	.ret_from_except_lite




More information about the fedora-cvs-commits mailing list