summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/ar71xx_machdep.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-10-30 08:53:11 +0000
committerrrs <rrs@FreeBSD.org>2009-10-30 08:53:11 +0000
commitdd29cc7161aa34b1e08d23aefd3810cf9dc17766 (patch)
tree47eeed612391ed51c6b78f067dc2448c577774d2 /sys/mips/atheros/ar71xx_machdep.c
parent31eaaf034e3434f0844b96d53fc577a268131ddc (diff)
downloadFreeBSD-src-dd29cc7161aa34b1e08d23aefd3810cf9dc17766.zip
FreeBSD-src-dd29cc7161aa34b1e08d23aefd3810cf9dc17766.tar.gz
With this commit our friend RMI will now compile. I have
not tested it and the chances of it running yet are about ZERO.. but it will now compile. The hard part now begins, making it run ;-)
Diffstat (limited to 'sys/mips/atheros/ar71xx_machdep.c')
-rw-r--r--sys/mips/atheros/ar71xx_machdep.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/mips/atheros/ar71xx_machdep.c b/sys/mips/atheros/ar71xx_machdep.c
index a4139c3..0791e68 100644
--- a/sys/mips/atheros/ar71xx_machdep.c
+++ b/sys/mips/atheros/ar71xx_machdep.c
@@ -98,6 +98,12 @@ parse_argv(char *str)
}
void
+platform_cpu_init()
+{
+ /* Nothing special */
+}
+
+void
platform_halt(void)
{
OpenPOWER on IntegriCloud