summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-25 21:28:08 +0000
committerbde <bde@FreeBSD.org>1997-08-25 21:28:08 +0000
commit981e4ccd4fd8e060a5453cd3bd6298bbdee5ae5e (patch)
tree5b37aae8874b5bb026a9088073cff3d723d8493c /sys/amd64
parent36cc99f0704c33da2dee259732ae15fa65d14a2b (diff)
downloadFreeBSD-src-981e4ccd4fd8e060a5453cd3bd6298bbdee5ae5e.zip
FreeBSD-src-981e4ccd4fd8e060a5453cd3bd6298bbdee5ae5e.tar.gz
Removed a bogus comment.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c4
-rw-r--r--sys/amd64/amd64/mptable.c4
-rw-r--r--sys/amd64/include/mptable.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 7197b67..f647070 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -22,12 +22,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.30 1997/08/24 20:19:47 smp Exp smp $
+ * $Id: mp_machdep.c,v 1.44 1997/08/24 20:33:32 fsmp Exp $
*/
#include "opt_smp.h"
-#include <sys/param.h> /* for KERNBASE */
+#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h> /* for KERNBASE */
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index 7197b67..f647070 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -22,12 +22,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.30 1997/08/24 20:19:47 smp Exp smp $
+ * $Id: mp_machdep.c,v 1.44 1997/08/24 20:33:32 fsmp Exp $
*/
#include "opt_smp.h"
-#include <sys/param.h> /* for KERNBASE */
+#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h> /* for KERNBASE */
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index 7197b67..f647070 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -22,12 +22,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.30 1997/08/24 20:19:47 smp Exp smp $
+ * $Id: mp_machdep.c,v 1.44 1997/08/24 20:33:32 fsmp Exp $
*/
#include "opt_smp.h"
-#include <sys/param.h> /* for KERNBASE */
+#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h> /* for KERNBASE */
OpenPOWER on IntegriCloud