summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/trap.c')
-rw-r--r--sys/powerpc/aim/trap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c
index 0967358..b037185 100644
--- a/sys/powerpc/aim/trap.c
+++ b/sys/powerpc/aim/trap.c
@@ -75,11 +75,6 @@ static const char rcsid[] =
#include <machine/spr.h>
#include <machine/sr.h>
-/* These definitions should probably be somewhere else XXX */
-#define FIRSTARG 3 /* first argument is in reg 3 */
-#define NARGREG 8 /* 8 args are in registers */
-#define MOREARGS(sp) ((caddr_t)((int)(sp) + 8)) /* more args go here */
-
#ifndef MULTIPROCESSOR
extern int intr_depth;
#endif
OpenPOWER on IntegriCloud