aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-04 14:47:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-04 14:47:02 +0000
commit81d3f8b5e3ab6f67872540eebb3a05b87c710764 (patch)
treef8014538f74c03a41ac8fe87458e3b9e1902dae1 /os
parent410bdbf572274890efda677f61bb0c9649b20fef (diff)
downloadChibiOS-81d3f8b5e3ab6f67872540eebb3a05b87c710764.tar.gz
ChibiOS-81d3f8b5e3ab6f67872540eebb3a05b87c710764.tar.bz2
ChibiOS-81d3f8b5e3ab6f67872540eebb3a05b87c710764.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5112 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/ports/GCC/PPC/SPC56ELxx/mmuconf.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s b/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s
index aa4e9ce2a..0e36678eb 100644
--- a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s
+++ b/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s
@@ -26,6 +26,10 @@
* @{
*/
+#define MAS0L_VALID 0x8000
+
+#if !defined(__DOXYGEN__)
+
.section .hwinit, "ax"
.align 2
@@ -34,4 +38,6 @@
_mmuconf:
blr
+#endif /* !defined(__DOXYGEN__) */
+
/** @} */