Removed a tautological comment.

This commit is contained in:
Bruce Evans 1997-08-25 21:31:38 +00:00
parent 2a2968a896
commit 3faae24ef5
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * 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. * 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/smptests.h> /** GRAB_LOPRIO */
#include <machine/apic.h> #include <machine/apic.h>