svn commit: r219718 - head/sys/powerpc/include

Andreas Tobler andreast at FreeBSD.org
Thu Mar 17 19:44:01 UTC 2011


Author: andreast
Date: Thu Mar 17 19:44:00 2011
New Revision: 219718
URL: http://svn.freebsd.org/changeset/base/219718

Log:
  Remove duplicate definition of FIRSTARG.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  head/sys/powerpc/include/frame.h

Modified: head/sys/powerpc/include/frame.h
==============================================================================
--- head/sys/powerpc/include/frame.h	Thu Mar 17 17:29:46 2011	(r219717)
+++ head/sys/powerpc/include/frame.h	Thu Mar 17 19:44:00 2011	(r219718)
@@ -107,9 +107,6 @@ struct callframe {
 
 /* Definitions for syscalls */
 #define	FIRSTARG	3				/* first arg in reg 3 */
-
-/* Definitions for syscalls */
-#define	FIRSTARG	3				/* first arg in reg 3 */
 #define	NARGREG		8				/* 8 args in regs */
 #define	MOREARGS(sp)	((caddr_t)((uintptr_t)(sp) + \
     sizeof(struct callframe) - 3*sizeof(register_t))) /* more args go here */


More information about the svn-src-head mailing list