Module Name: src
Committed By: phx
Date: Wed Jan 20 17:12:08 UTC 2010
Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c
Log Message:
Have to include rtas.h for NRTAS definition.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/ofppc/ofppc/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/ofppc/ofppc/machdep.c
diff -u src/sys/arch/ofppc/ofppc/machdep.c:1.108 src/sys/arch/ofppc/ofppc/machdep.c:1.109
--- src/sys/arch/ofppc/ofppc/machdep.c:1.108 Sat Jan 16 21:05:28 2010
+++ src/sys/arch/ofppc/ofppc/machdep.c Wed Jan 20 17:12:08 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.108 2010/01/16 21:05:28 phx Exp $ */
+/* $NetBSD: machdep.c,v 1.109 2010/01/20 17:12:08 phx Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.108 2010/01/16 21:05:28 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.109 2010/01/20 17:12:08 phx Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -62,6 +62,7 @@
#include <dev/ic/comreg.h>
#include <dev/ic/comvar.h>
#endif
+#include "rtas.h"
struct pmap ofw_pmap;
char bootpath[256];