summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-11-02 08:01:13 +0100
committerNélio Laranjeiro2012-11-29 17:32:09 +0100
commit15f05092aa698a166cfdc6a6d433ea17ea6e082b (patch)
treef934b31a116dc35600a363f50cfe3adc5d1104b1 /cesar/mac/common
parent230a0a43df5a2c2616f0225247b12b12680612bc (diff)
cesar/hal/arch: add two levels for ilram, closes #3457
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/src/store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/mac/common/src/store.c b/cesar/mac/common/src/store.c
index 34d50cbb42..92b322b38a 100644
--- a/cesar/mac/common/src/store.c
+++ b/cesar/mac/common/src/store.c
@@ -205,7 +205,7 @@ mac_store_mfs_slot_get (mac_store_t *ctx, bool tx, bool bcast, bool mme,
}
}
-mfs_t * ARCH_ILRAM2_PRIO (0)
+mfs_t * ARCH_ILRAM_PRIO (3)
mac_store_mfs_get_ (mac_store_t *ctx, bool tx, bool bcast, bool mme, uint lid,
uint tei __FL)
{
@@ -223,7 +223,7 @@ mac_store_mfs_get_ (mac_store_t *ctx, bool tx, bool bcast, bool mme, uint lid,
return mfs;
}
-mfs_t * ARCH_ILRAM2_PRIO (0)
+mfs_t * ARCH_ILRAM_PRIO (3)
mac_store_mfs_add_ (mac_store_t *ctx, bool tx, bool bcast, bool mme, uint lid,
uint tei, bool *added __FL)
{