summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/locore32.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/locore32.S')
-rw-r--r--sys/powerpc/aim/locore32.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/powerpc/aim/locore32.S b/sys/powerpc/aim/locore32.S
index f039db9..c1ac26c 100644
--- a/sys/powerpc/aim/locore32.S
+++ b/sys/powerpc/aim/locore32.S
@@ -64,6 +64,7 @@
#include <machine/param.h>
#include <machine/spr.h>
#include <machine/asm.h>
+#include "opt_platform.h"
#include "opt_kdtrace.h"
@@ -129,7 +130,9 @@ __start:
bdnz 1b
sync
isync
-
+#ifdef WII
+#include <powerpc/wii/locore.S>
+#endif
/* Zero bss, in case we were started by something unhelpful */
li 0,0
lis 8,_edata@ha
OpenPOWER on IntegriCloud