From 81d3f8b5e3ab6f67872540eebb3a05b87c710764 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 4 Feb 2013 14:47:02 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5112 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC56ELxx/mmuconf.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os') 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__) */ + /** @} */ -- cgit v1.2.3