diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 05:08:25 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 05:08:25 +0000 |
| commit | 4a73d99f7e1e537fcf59bb0529e09869d477df52 (patch) | |
| tree | a5bbb422b5438cd961e24df92857122f3965ed5f /sys/amd64/include/smp.h | |
| parent | dc3001cf357baa1d3fca2f6e9b49c9b1e5919713 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/smp.h')
| -rw-r--r-- | sys/amd64/include/smp.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index e80d91a30180..6b195f6f32c6 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: smp.h,v 1.26 1997/08/18 03:35:59 fsmp Exp $ + * $Id: smp.h,v 1.23 1997/08/21 04:48:45 smp Exp smp $ * */ @@ -75,10 +75,6 @@ extern volatile u_int started_cpus; extern u_int vec[]; extern u_int Xintr8254; extern u_int mask8254; -extern struct simplelock imen_lock; -extern struct simplelock cpl_lock; -extern struct simplelock fast_intr_lock; -extern struct simplelock intr_lock; /* functions in apic_ipl.s */ void vec8254 __P((void)); @@ -88,13 +84,6 @@ void apic_eoi __P((void)); u_int io_apic_read __P((int, int)); void io_apic_write __P((int, int, u_int)); -/* functions in simplelock.s */ -#include <machine/param.h> -void s_lock_init __P((struct simplelock *)); -void s_lock __P((struct simplelock *)); -int s_lock_try __P((struct simplelock *)); -void s_unlock __P((struct simplelock *)); - /* global data in mp_machdep.c */ extern int mp_ncpus; extern int mp_naps; @@ -113,8 +102,6 @@ extern u_int all_cpus; extern u_int SMP_prvpt[]; extern u_char SMP_ioapic[]; -extern struct simplelock com_lock; - /* functions in mp_machdep.c */ u_int mp_bootaddress __P((u_int)); int mp_probe __P((void)); |
