summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-05-19 04:14:42 +0000
committermarcel <marcel@FreeBSD.org>2002-05-19 04:14:42 +0000
commit4f957964a608b06caeca655fd6e562c8361620c4 (patch)
tree10ef1a9234b5e96c0cdce3eef86acdf3a0d968ae /sys/ia64/include/cpu.h
parentcf06f4ab5a58792ddd724a9155a6a0144f6d197d (diff)
downloadFreeBSD-src-4f957964a608b06caeca655fd6e562c8361620c4.zip
FreeBSD-src-4f957964a608b06caeca655fd6e562c8361620c4.tar.gz
o Move prototypes for restorectx and savectx from cpu.h to pcb.h,
o Remove Alpha specific contents of struct md_coredump.
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index 5169f37..cf8f451 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -129,8 +129,6 @@ u_int64_t hwrpb_checksum(void);
void hwrpb_restart_setup(void);
void regdump(struct trapframe *);
void regtoframe(struct reg *, struct trapframe *);
-int savectx(struct pcb *);
-void restorectx(struct pcb *);
void set_iointr(void (*)(void *, unsigned long));
void fork_trampoline(void); /* MAGIC */
void syscall(int, u_int64_t *, struct trapframe *);
OpenPOWER on IntegriCloud