diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-03-07 21:37:31 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-03-07 21:37:31 +0000 |
| commit | 8f9110f6a1b1bd7517643f1bde7fe2db25727efd (patch) | |
| tree | 84886456070014690c43b27edb8a5dea62236aac /sys/amd64/include | |
| parent | 051b1b1a7498201648f15c19a9880a463051e52c (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 d40a9336253a..b10930a1a306 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.38 1998/03/03 22:56:26 tegge Exp $ + * $Id: smp.h,v 1.39 1998/03/05 21:45:44 tegge Exp $ * */ @@ -67,11 +67,11 @@ extern u_int mpintr_lock; /* functions in mplock.s */ void get_mplock __P((void)); void rel_mplock __P((void)); -int try_mplock __P((void)); +int try_mplock __P((void)); #ifdef RECURSIVE_MPINTRLOCK void get_mpintrlock __P((void)); void rel_mpintrlock __P((void)); -int try_mpintrlock __P((void)); +int try_mpintrlock __P((void)); #endif /* RECURSIVE_MPINTRLOCK */ /* global data in apic_vector.s */ |
