Module Name:    src
Committed By:   skrll
Date:           Fri Aug 26 13:53:36 UTC 2016

Modified Files:
        src/sys/arch/evbmips/ingenic: machdep.c

Log Message:
#include "opt_multiprocessor.h"


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/ingenic/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/ingenic/machdep.c
diff -u src/sys/arch/evbmips/ingenic/machdep.c:1.10 src/sys/arch/evbmips/ingenic/machdep.c:1.11
--- src/sys/arch/evbmips/ingenic/machdep.c:1.10	Fri Jan 29 01:54:14 2016
+++ src/sys/arch/evbmips/ingenic/machdep.c	Fri Aug 26 13:53:36 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.10 2016/01/29 01:54:14 macallan Exp $ */
+/*	$NetBSD: machdep.c,v 1.11 2016/08/26 13:53:36 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -27,11 +27,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.10 2016/01/29 01:54:14 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.11 2016/08/26 13:53:36 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
 #include "opt_modular.h"
+#include "opt_multiprocessor.h"
 
 #include <sys/param.h>
 #include <sys/boot_flag.h>

Reply via email to