diff options
author | peter <peter@FreeBSD.org> | 1999-05-08 17:48:22 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-05-08 17:48:22 +0000 |
commit | 223f7d4c8b37bb443aa78306d5fcadd445bb66e2 (patch) | |
tree | 39f4221d2f8934665649f4af20b2d220ef00e9b8 /sys/amd64/include | |
parent | e39022f13986622c2a954b2785a7fa6007057ee1 (diff) | |
download | FreeBSD-src-223f7d4c8b37bb443aa78306d5fcadd445bb66e2.zip FreeBSD-src-223f7d4c8b37bb443aa78306d5fcadd445bb66e2.tar.gz |
Make sure the mem_range_AP_init() prototype is seen where it's needed, and
#ifdef SMP around it for fun.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r-- | sys/amd64/include/mptable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index ee7222e..4c8c946 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.98 1999/04/28 01:03:21 luoqi Exp $ + * $Id: mp_machdep.c,v 1.99 1999/04/30 22:09:40 msmith Exp $ */ #include "opt_smp.h" @@ -41,6 +41,8 @@ #include <sys/kernel.h> #include <sys/proc.h> #include <sys/sysctl.h> +#include <sys/malloc.h> +#include <sys/memrange.h> #ifdef BETTER_CLOCK #include <sys/dkstat.h> #endif |