Ignore:
File:
1 edited

Legend:

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

    r3063d56 reae4e8f  
    3939#include <genarch/mm/asid_fifo.h>
    4040#include <mm/as.h>
    41 #include <mm/tlb.h>
    4241#include <arch.h>
    4342
     
    5150}
    5251
    53 void as_install_arch(as_t *as)
    54 {
    55         tlb_invalidate_all();
    56 }
    57 
    5852/** @}
    5953 */
Note: See TracChangeset for help on using the changeset viewer.