Uses portability macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11063 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b85de21d0b
commit
4216227342
|
@ -39,6 +39,7 @@
|
||||||
#else
|
#else
|
||||||
#include "cmsis_armcc.h"
|
#include "cmsis_armcc.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "ccportab.h"
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Module local definitions. */
|
/* Module local definitions. */
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
*
|
*
|
||||||
* Domains are 'manager'. Accesses are not checked against the permission bits in tlb.
|
* Domains are 'manager'. Accesses are not checked against the permission bits in tlb.
|
||||||
*/
|
*/
|
||||||
static uint32_t mmuTable[4096] __attribute__ ((aligned (16384)));
|
static uint32_t mmuTable[4096] CC_ALIGN(16384);
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Module local functions. */
|
/* Module local functions. */
|
||||||
|
|
Loading…
Reference in New Issue