svn commit: r229376 - in stable/9/sys: amd64/include arm/include
i386/include ia64/include mips/include powerpc/include
sparc64/include
Konstantin Belousov
kib at FreeBSD.org
Tue Jan 3 09:43:27 UTC 2012
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
More information about the svn-src-stable-9
mailing list