Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/mm/as.c

    r63e27ef r9d58539  
    3636#include <arch/mm/asid.h>
    3737#include <arch/mm/page.h>
    38 #include <assert.h>
    3938#include <genarch/mm/as_ht.h>
    4039#include <genarch/mm/page_ht.h>
     
    5958        int i;
    6059       
    61         assert(as->asid != ASID_INVALID);
     60        ASSERT(as->asid != ASID_INVALID);
    6261       
    6362        /*
Note: See TracChangeset for help on using the changeset viewer.