summaryrefslogtreecommitdiff
path: root/sys/mips/include/frame.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-12 08:13:04 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-12 08:13:04 +0000
commitc8b31c8f20d23786fc1798d8840ae47e53feefc7 (patch)
tree98dd9a652e18516a6839ab625b0bd8b52ca8458d /sys/mips/include/frame.h
parentb6f97155ccab302d0c3920d20604b183a036f0fb (diff)
Notes
Diffstat (limited to 'sys/mips/include/frame.h')
-rw-r--r--sys/mips/include/frame.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h
index de7f94c66607..05ceabdcc45d 100644
--- a/sys/mips/include/frame.h
+++ b/sys/mips/include/frame.h
@@ -124,10 +124,4 @@ struct trapframe {
register_t fdummy;
};
-/* REVISIT */
-struct frame *get_current_fp(void);
-#define get_next_fp(fp) (0)
-#define get_return_ptr(fp) (0)
-void get_stack_trace(u_int32_t depth, u_int32_t *trace);
-
#endif /* !_MACHINE_FRAME_H_ */