summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2006-06-21 20:52:19 +0000
committerJason Wright <jason@cvs.openbsd.org>2006-06-21 20:52:19 +0000
commit0953d30f918e77954012c8359905278959d6416f (patch)
tree12241bb432e41d9c0f19b867a73dc7be596a0cca /sys/arch/sparc64/include
parentf05c9d1c754422763ea5a4e105a465affae6e39b (diff)
grr... missed this... nuke SUN4U stuff here, too
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/frame.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/sys/arch/sparc64/include/frame.h b/sys/arch/sparc64/include/frame.h
index 1fdbc879bc9..2c795100c76 100644
--- a/sys/arch/sparc64/include/frame.h
+++ b/sys/arch/sparc64/include/frame.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: frame.h,v 1.4 2003/06/02 23:27:56 millert Exp $ */
+/* $OpenBSD: frame.h,v 1.5 2006/06/21 20:52:18 jason Exp $ */
/* $NetBSD: frame.h,v 1.9 2001/03/04 09:28:35 mrg Exp $ */
/*
@@ -53,21 +53,6 @@
* windows to the stack.
*/
#ifndef _LOCORE
-#ifndef SUN4U
-struct frame {
- int32_t fr_local[8]; /* space to save locals (%l0..%l7) */
- int32_t fr_arg[6]; /* space to save arguments (%i0..%i5) */
- struct frame *fr_fp; /* space to save frame pointer (%i6) */
- int32_t fr_pc; /* space to save return pc (%i7) */
- /*
- * SunOS reserves another 8 words here; this is pointless
- * but we do it for compatibility.
- */
- int32_t fr_xxx; /* `structure return pointer' (unused) */
- int32_t fr_argd[6]; /* `arg dump area' (lunacy) */
- int32_t fr_argx[1]; /* arg extension (args 7..n; variable size) */
-};
-#else
struct frame32 {
int32_t fr_local[8]; /* space to save locals (%l0..%l7) */
int32_t fr_arg[6]; /* space to save arguments (%i0..%i5) */
@@ -82,7 +67,6 @@ struct frame32 {
int32_t fr_argx[1]; /* arg extension (args 7..n; variable size) */
};
#endif
-#endif
/*
* CCFSZ (C Compiler Frame SiZe) is the size of a stack frame required if