diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-11 15:51:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-11 15:51:40 -0700 |
commit | 357d596bd552ad157a906289ab13ea6ba7e66e3d (patch) | |
tree | 78b8f6bc2781af2e95a6cf2b20a06dfe8bb04e5c /include/asm-ia64/unwind.h | |
parent | e6c69bd39199656a8bbd0569edaff60574ff9cac (diff) | |
parent | d67eb16f5d444fb6d173bcec889ddb2066c0fa0c (diff) | |
download | op-kernel-dev-357d596bd552ad157a906289ab13ea6ba7e66e3d.zip op-kernel-dev-357d596bd552ad157a906289ab13ea6ba7e66e3d.tar.gz |
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
Diffstat (limited to 'include/asm-ia64/unwind.h')
-rw-r--r-- | include/asm-ia64/unwind.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-ia64/unwind.h b/include/asm-ia64/unwind.h index 61426ad..5df0276 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); |