Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2012 09:43:26 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229376 - in stable/9/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include
Message-ID:  <201201030943.q039hQ93015335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Tue Jan  3 09:43:26 2012
New Revision: 229376
URL: http://svn.freebsd.org/changeset/base/229376

Log:
  MFC r226112:
  Remove unused define.

Modified:
  stable/9/sys/amd64/include/proc.h
  stable/9/sys/arm/include/proc.h
  stable/9/sys/i386/include/proc.h
  stable/9/sys/ia64/include/proc.h
  stable/9/sys/mips/include/proc.h
  stable/9/sys/powerpc/include/proc.h
  stable/9/sys/sparc64/include/proc.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/include/proc.h
==============================================================================
--- stable/9/sys/amd64/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/amd64/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -85,8 +85,6 @@ struct syscall_args {
 	register_t args[8];
 	int narg;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
-
 #endif  /* _KERNEL */
 
 #endif /* !_MACHINE_PROC_H_ */

Modified: stable/9/sys/arm/include/proc.h
==============================================================================
--- stable/9/sys/arm/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/arm/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -71,6 +71,5 @@ struct syscall_args {
 	u_int nap;
 	u_int32_t insn;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
 
 #endif /* !_MACHINE_PROC_H_ */

Modified: stable/9/sys/i386/include/proc.h
==============================================================================
--- stable/9/sys/i386/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/i386/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -83,8 +83,6 @@ struct syscall_args {
 	register_t args[8];
 	int narg;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
-
 #endif	/* _KERNEL */
 
 #endif /* !_MACHINE_PROC_H_ */

Modified: stable/9/sys/ia64/include/proc.h
==============================================================================
--- stable/9/sys/ia64/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/ia64/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -49,7 +49,6 @@ struct syscall_args {
 	register_t args32[8];
 	int narg;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
 #endif
 
 #endif /* !_MACHINE_PROC_H_ */

Modified: stable/9/sys/mips/include/proc.h
==============================================================================
--- stable/9/sys/mips/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/mips/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -80,7 +80,6 @@ struct syscall_args {
 	int narg;
 	struct trapframe *trapframe;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
 #endif
 
 #ifdef __mips_n64

Modified: stable/9/sys/powerpc/include/proc.h
==============================================================================
--- stable/9/sys/powerpc/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/powerpc/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -60,7 +60,6 @@ struct syscall_args {
 	register_t args[10];
 	int narg;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
 #endif
 
 #endif /* !_MACHINE_PROC_H_ */

Modified: stable/9/sys/sparc64/include/proc.h
==============================================================================
--- stable/9/sys/sparc64/include/proc.h	Tue Jan  3 09:42:31 2012	(r229375)
+++ stable/9/sys/sparc64/include/proc.h	Tue Jan  3 09:43:26 2012	(r229376)
@@ -61,7 +61,6 @@ struct syscall_args {
 	register_t args[8];
 	int narg;
 };
-#define	HAVE_SYSCALL_ARGS_DEF 1
 
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201030943.q039hQ93015335>