aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/unwind.h
diff options
context:
space:
mode:
authorKeith Owens <kaos@sgi.com>2005-09-11 17:24:42 +1000
committerTony Luck <tony.luck@intel.com>2005-09-11 14:09:34 -0700
commit49a28cc8fd26f5317c47a9aeb2bdd1c33e21738e (patch)
treebc1706335af1a1bd22d1b2b4d072ef01e612e049 /include/asm-ia64/unwind.h
parent[IA64] MCA/INIT: remove the physical mode path from minstate.h (diff)
downloadlinux-dev-49a28cc8fd26f5317c47a9aeb2bdd1c33e21738e.tar.xz
linux-dev-49a28cc8fd26f5317c47a9aeb2bdd1c33e21738e.zip
[IA64] MCA/INIT: remove obsolete unwind code
Delete the special case unwind code that was only used by the old MCA/INIT handler. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/unwind.h')
-rw-r--r--include/asm-ia64/unwind.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-ia64/unwind.h b/include/asm-ia64/unwind.h
index 61426ad3ecdb..5df0276b0493 100644
--- a/include/asm-ia64/unwind.h
+++ b/include/asm-ia64/unwind.h
@@ -114,13 +114,6 @@ extern void unw_remove_unwind_table (void *handle);
*/
extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t);
-/*
- * Prepare to unwind from interruption. The pt-regs and switch-stack structures must have
- * be "adjacent" (no state modifications between pt-regs and switch-stack).
- */
-extern void unw_init_from_interruption (struct unw_frame_info *info, struct task_struct *t,
- struct pt_regs *pt, struct switch_stack *sw);
-
extern void unw_init_frame_info (struct unw_frame_info *info, struct task_struct *t,
struct switch_stack *sw);