aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-25 21:31:38 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-25 21:31:38 +0000
commit3faae24ef566ae2827e2042d6abc62931bfce98d (patch)
treeecfb0bd645fcfeccfa20239431f59d94b9f3d109
parent2a2968a896765bad1e42703621f348d6357afce9 (diff)
Notes
-rw-r--r--sys/i386/i386/mplock.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/mplock.s b/sys/i386/i386/mplock.s
index df9042cc0245b..9a43cfb7600c3 100644
--- a/sys/i386/i386/mplock.s
+++ b/sys/i386/i386/mplock.s
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: mplock.s,v 1.18 1997/08/20 05:25:47 fsmp Exp $
+ * $Id: mplock.s,v 1.19 1997/08/25 10:57:38 peter Exp $
*
* Functions for locking between CPUs in a SMP system.
*
@@ -21,7 +21,7 @@
*
*/
-#include <machine/asmacros.h> /* miscellaneous asm macros */
+#include <machine/asmacros.h>
#include <machine/smptests.h> /** GRAB_LOPRIO */
#include <machine/apic.h>