Deleted Added
full compact
cpu.h (67032) cpu.h (67199)
1/* $FreeBSD: head/sys/ia64/include/cpu.h 67032 2000-10-12 17:47:01Z dfr $ */
1/* $FreeBSD: head/sys/ia64/include/cpu.h 67199 2000-10-16 08:54:40Z dfr $ */
2/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
3
4/*
5 * Copyright (c) 1988 University of Utah.
6 * Copyright (c) 1982, 1990, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * This code is derived from software contributed to Berkeley by

--- 148 unchanged lines hidden (view full) ---

158void hwrpb_restart_setup __P((void));
159void regdump __P((struct trapframe *));
160void regtoframe __P((struct reg *, struct trapframe *));
161int savectx __P((struct pcb *));
162void restorectx __P((struct pcb *));
163void set_iointr __P((void (*)(void *, unsigned long)));
164void switch_exit __P((struct proc *)); /* MAGIC */
165void switch_trampoline __P((void)); /* MAGIC */
2/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
3
4/*
5 * Copyright (c) 1988 University of Utah.
6 * Copyright (c) 1982, 1990, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * This code is derived from software contributed to Berkeley by

--- 148 unchanged lines hidden (view full) ---

158void hwrpb_restart_setup __P((void));
159void regdump __P((struct trapframe *));
160void regtoframe __P((struct reg *, struct trapframe *));
161int savectx __P((struct pcb *));
162void restorectx __P((struct pcb *));
163void set_iointr __P((void (*)(void *, unsigned long)));
164void switch_exit __P((struct proc *)); /* MAGIC */
165void switch_trampoline __P((void)); /* MAGIC */
166void syscall __P((u_int64_t, struct trapframe *));
167void trap __P((int vector, struct trapframe *framep));
166void syscall __P((int, u_int64_t *, struct trapframe *));
167void trap __P((int vector, int imm, struct trapframe *framep));
168
169#endif /* _KERNEL */
170
171#endif /* _MACHINE_CPU_H_ */
168
169#endif /* _KERNEL */
170
171#endif /* _MACHINE_CPU_H_ */