Deleted Added
full compact
cpu.h (67020) cpu.h (67032)
1/* $FreeBSD: head/sys/ia64/include/cpu.h 67020 2000-10-12 14:36:39Z dfr $ */
1/* $FreeBSD: head/sys/ia64/include/cpu.h 67032 2000-10-12 17:47:01Z 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

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

146long fswintrberr __P((void)); /* MAGIC */
147int ia64_pa_access __P((u_long));
148void ia64_init __P((void));
149void ia64_fpstate_check __P((struct proc *p));
150void ia64_fpstate_save __P((struct proc *p, int write));
151void ia64_fpstate_drop __P((struct proc *p));
152void ia64_fpstate_switch __P((struct proc *p));
153void init_prom_interface __P((struct rpb*));
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

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

146long fswintrberr __P((void)); /* MAGIC */
147int ia64_pa_access __P((u_long));
148void ia64_init __P((void));
149void ia64_fpstate_check __P((struct proc *p));
150void ia64_fpstate_save __P((struct proc *p, int write));
151void ia64_fpstate_drop __P((struct proc *p));
152void ia64_fpstate_switch __P((struct proc *p));
153void init_prom_interface __P((struct rpb*));
154void interrupt
155 __P((unsigned long, unsigned long, unsigned long, struct trapframe *));
154void interrupt __P((u_int64_t, struct trapframe *));
156void machine_check
157 __P((unsigned long, struct trapframe *, unsigned long, unsigned long));
158u_int64_t hwrpb_checksum __P((void));
159void hwrpb_restart_setup __P((void));
160void regdump __P((struct trapframe *));
161void regtoframe __P((struct reg *, struct trapframe *));
162int savectx __P((struct pcb *));
163void restorectx __P((struct pcb *));
164void set_iointr __P((void (*)(void *, unsigned long)));
165void switch_exit __P((struct proc *)); /* MAGIC */
166void switch_trampoline __P((void)); /* MAGIC */
167void syscall __P((u_int64_t, struct trapframe *));
168void trap __P((int vector, struct trapframe *framep));
169
170#endif /* _KERNEL */
171
172#endif /* _MACHINE_CPU_H_ */
155void machine_check
156 __P((unsigned long, struct trapframe *, unsigned long, unsigned long));
157u_int64_t hwrpb_checksum __P((void));
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));
168
169#endif /* _KERNEL */
170
171#endif /* _MACHINE_CPU_H_ */