diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-10 13:34:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-10 13:34:21 +0000 |
commit | 771be10e033278ba3fe87b2fad592c9852b3e663 (patch) | |
tree | 0a6d3d603627743134eb50aae080763e88c0d49d /sys/arch/kbus/include/cpu.h | |
parent | a0a5a476bb860c6ea968db2071b67dd7d860bec2 (diff) |
Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD
Diffstat (limited to 'sys/arch/kbus/include/cpu.h')
-rw-r--r-- | sys/arch/kbus/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/kbus/include/cpu.h b/sys/arch/kbus/include/cpu.h index b1de5bf7b5a..e77dcc59a81 100644 --- a/sys/arch/kbus/include/cpu.h +++ b/sys/arch/kbus/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.2 1998/03/01 00:37:34 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.3 1999/01/10 13:34:19 niklas Exp $ */ /* $NetBSD: cpu.h,v 1.12 1995/06/28 02:55:56 cgd Exp $ */ /*- @@ -242,8 +242,6 @@ void kgdb_panic __P((void)); /* pmap.c */ void pmap_bootstrap __P((vm_offset_t)); vm_offset_t pmap_map __P((vm_offset_t, vm_offset_t, vm_offset_t, int)); -/* vm_machdep.c */ -void cpu_set_kpc __P((struct proc *, void (*)(struct proc *))); /* iommu.c */ void iommu_enter __P((u_int, u_int)); void iommu_remove __P((u_int, u_int)); |