Module Name: src
Committed By: jnemeth
Date: Thu May 21 08:13:43 UTC 2009
Modified Files:
src/sys/arch/sparc64/sparc64: machdep.c
Log Message:
pull in <sys/module.h>
To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/sys/arch/sparc64/sparc64/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/sparc64/sparc64/machdep.c
diff -u src/sys/arch/sparc64/sparc64/machdep.c:1.241 src/sys/arch/sparc64/sparc64/machdep.c:1.242
--- src/sys/arch/sparc64/sparc64/machdep.c:1.241 Thu May 21 08:07:18 2009
+++ src/sys/arch/sparc64/sparc64/machdep.c Thu May 21 08:13:43 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.241 2009/05/21 08:07:18 jnemeth Exp $ */
+/* $NetBSD: machdep.c,v 1.242 2009/05/21 08:13:43 jnemeth Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.241 2009/05/21 08:07:18 jnemeth Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.242 2009/05/21 08:13:43 jnemeth Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -103,6 +103,7 @@
#include <sys/exec.h>
#include <sys/ucontext.h>
#include <sys/cpu.h>
+#include <sys/module.h>
#include <uvm/uvm.h>