summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-22 16:56:53 +0000
committerjhb <jhb@FreeBSD.org>2001-02-22 16:56:53 +0000
commit5eea0dc69dfd1dcc9440839fc5c499a5e90e3cec (patch)
tree7cbbba9eec4bf616b87ca9fad2f7d5cda5d79d24 /sys/ia64/include/cpu.h
parentd523baf7a30c4175ade6f6fb150ebbbbdb7643f3 (diff)
downloadFreeBSD-src-5eea0dc69dfd1dcc9440839fc5c499a5e90e3cec.zip
FreeBSD-src-5eea0dc69dfd1dcc9440839fc5c499a5e90e3cec.tar.gz
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
Suggested by: dfr
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index 98629b6..5a5257a 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -151,7 +151,7 @@ int savectx __P((struct pcb *));
void restorectx __P((struct pcb *));
void set_iointr __P((void (*)(void *, unsigned long)));
void switch_exit __P((struct proc *)); /* MAGIC */
-void switch_trampoline __P((void)); /* MAGIC */
+void fork_trampoline __P((void)); /* MAGIC */
void syscall __P((int, u_int64_t *, struct trapframe *));
void trap __P((int vector, int imm, struct trapframe *framep));
OpenPOWER on IntegriCloud