summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-24 23:48:53 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-24 23:48:53 +0000
commit12a75d4d54cb4c407d6e380399e727d8787b88c6 (patch)
tree2cc0b05343ceedd2f2303d85afd51340c7c76768 /sys/i386/include/smp.h
parent8ce8e3e8d1eb59ed9f1c656cd9b566a91980b866 (diff)
downloadFreeBSD-src-12a75d4d54cb4c407d6e380399e727d8787b88c6.zip
FreeBSD-src-12a75d4d54cb4c407d6e380399e727d8787b88c6.tar.gz
param.h:
Macros to convert the Lite2 lock manager primitives to the names used in the kernel proper. This allows us to hide them from the lock manager till they can be turned on. smp.h: declarations for the new simplelock functions.
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index 21bc7c0..d798417 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/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.15 1997/07/23 20:16:11 smp Exp smp $
+ * $Id: smp.h,v 1.20 1997/07/23 20:42:16 fsmp Exp $
*
*/
@@ -75,7 +75,7 @@ void apic_eoi __P((void));
u_int io_apic_read __P((int, int));
void io_apic_write __P((int, int, u_int));
-/* also in apic_ipl.s, experimental versions of simple_lock(), etc. */
+/* functions in simplelock.s */
#include <machine/param.h>
void s_lock_init __P((struct simplelock *));
void s_lock __P((__volatile struct simplelock *));
OpenPOWER on IntegriCloud