diff options
author | jhb <jhb@FreeBSD.org> | 2001-02-22 16:56:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-02-22 16:56:53 +0000 |
commit | 5eea0dc69dfd1dcc9440839fc5c499a5e90e3cec (patch) | |
tree | 7cbbba9eec4bf616b87ca9fad2f7d5cda5d79d24 /sys/alpha/include/cpu.h | |
parent | d523baf7a30c4175ade6f6fb150ebbbbdb7643f3 (diff) | |
download | FreeBSD-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/alpha/include/cpu.h')
-rw-r--r-- | sys/alpha/include/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index 798f8dd..d8ff1cc 100644 --- a/sys/alpha/include/cpu.h +++ b/sys/alpha/include/cpu.h @@ -155,7 +155,7 @@ void regtoframe __P((struct reg *, struct trapframe *)); void savectx __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((u_int64_t, struct trapframe *)); void trap __P((unsigned long, unsigned long, unsigned long, unsigned long, struct trapframe *)); |