summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-21 14:45:00 +0000
committerbde <bde@FreeBSD.org>1998-06-21 14:45:00 +0000
commit7b5837ee5131664de8558f3c843bd61a87624a7b (patch)
treef1f69601f783449028f0da66d53555c02d48b4d3
parent446517db8125477c5a4cabac18929f405c716326 (diff)
downloadFreeBSD-src-7b5837ee5131664de8558f3c843bd61a87624a7b.zip
FreeBSD-src-7b5837ee5131664de8558f3c843bd61a87624a7b.tar.gz
Ifdefed a conditionally used include.
-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 a183a2a..a9783a9 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"
OpenPOWER on IntegriCloud