summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2011-03-17 19:44:00 +0000
committerandreast <andreast@FreeBSD.org>2011-03-17 19:44:00 +0000
commit6f3e84b7408a26889c512ddf8dc7b7f623415038 (patch)
tree72550484a7c7b27ae899fdc2b35a23f6c79ce6bd /sys/powerpc/include
parent01b38dc45fe2977581079baaa0d9ae652c44be67 (diff)
downloadFreeBSD-src-6f3e84b7408a26889c512ddf8dc7b7f623415038.zip
FreeBSD-src-6f3e84b7408a26889c512ddf8dc7b7f623415038.tar.gz
Remove duplicate definition of FIRSTARG.
Approved by: nwhitehorn (mentor)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/frame.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h
index b71ded3..196cb6f 100644
--- a/sys/powerpc/include/frame.h
+++ b/sys/powerpc/include/frame.h
@@ -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 */
OpenPOWER on IntegriCloud