aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-21 14:45:00 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-21 14:45:00 +0000
commit71a5654a7b9d91574227d2aa5fdc1381ac06544d (patch)
tree1c5f44e3980dfb50a5dd52d15661eae94af5bf5d /sys
parent1188f66af70eb770ca8ea208a386f5f67caa7749 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/globals.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/i386/globals.s b/sys/i386/i386/globals.s
index a183a2a0b113..a9783a9f16bb 100644
--- a/sys/i386/i386/globals.s
+++ b/sys/i386/i386/globals.s
@@ -23,12 +23,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: globals.s,v 1.4 1998/05/17 23:08:03 tegge Exp $
+ * $Id: globals.s,v 1.5 1998/05/28 09:29:56 phk Exp $
*/
#include "opt_vm86.h"
+#ifndef SMP
#include <machine/asmacros.h>
+#endif
#include <machine/pmap.h>
#include "assym.s"