Ignore:
File:
1 edited

Legend:

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

    rfc81981 r6b80696  
    140140
    141141static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
    142     REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH)
    143142{
    144143        pte_t *p = &pt[i];
     
    156155
    157156static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
    158     WRITES(ARRAY_RANGE(pt, PTL0_ENTRIES_ARCH))
    159     REQUIRES_ARRAY_MUTABLE(pt, PTL0_ENTRIES_ARCH)
    160157{
    161158        pte_t *p = &pt[i];
Note: See TracChangeset for help on using the changeset viewer.