Skip to content

Commit 63f7cbe

Browse files
feat(as): Add arch address space struct
1 parent fff2d3d commit 63f7cbe

File tree

1 file changed

+2
-0
lines changed
  • src/core/mpu/inc/mem_prot

1 file changed

+2
-0
lines changed

src/core/mpu/inc/mem_prot/mem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ struct addr_space {
2727
enum AS_TYPE type;
2828
cpumap_t cpus;
2929
colormap_t colors;
30+
struct addr_space_arch arch;
3031
struct {
3132
struct list ordered_list;
3233
struct mpe {
@@ -64,5 +65,6 @@ bool mpu_unmap(struct addr_space* as, struct mp_region* mem);
6465
void mem_vmpu_coalesce_contiguous(struct addr_space* as, bool broadcast, bool locked);
6566
bool mem_update(struct addr_space* as, struct mp_region* mpr, bool broadcast, bool locked);
6667
bool mpu_update(struct addr_space* as, struct mp_region* mpr);
68+
void mpu_temp_update(void);
6769

6870
#endif /* __MEM_PROT_H__ */

0 commit comments

Comments
 (0)