diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-02-25 03:56:15 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-02-25 03:56:15 +0000 |
| commit | 660957521c1b2da68c1c69386aea468b9a31de17 (patch) | |
| tree | 7d2e5c06903d779d9ed5f54371a1d8d34f6032a9 /sys/amd64/include | |
| parent | 89d11b8a94c2736b464a286afce0de42a1ce0454 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/smp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 4d315980c947..7867fcea7a94 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.33 1997/12/08 22:56:44 fsmp Exp $ + * $Id: smp.h,v 1.34 1998/01/01 08:47:12 bde Exp $ * */ @@ -67,11 +67,11 @@ extern u_int mpintr_lock; /* functions in mplock.s */ void get_mplock __P((void)); void rel_mplock __P((void)); -void try_mplock __P((void)); +int try_mplock __P((void)); #ifdef RECURSIVE_MPINTRLOCK void get_mpintrlock __P((void)); void rel_mpintrlock __P((void)); -void try_mpintrlock __P((void)); +int try_mpintrlock __P((void)); #endif /* RECURSIVE_MPINTRLOCK */ /* global data in apic_vector.s */ |
