Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/include/mm/page.h

    r7a0359b rfc81981  
    3737
    3838#include <arch/mm/frame.h>
    39 #include <trace.h>
    4039
    4140#define PAGE_WIDTH  FRAME_WIDTH
     
    140139} __attribute__((packed)) pte_t;
    141140
    142 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
     141static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
    143142    REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH)
    144143{
     
    156155}
    157156
    158 NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
     157static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
    159158    WRITES(ARRAY_RANGE(pt, PTL0_ENTRIES_ARCH))
    160159    REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH)
Note: See TracChangeset for help on using the changeset viewer.